Uri.setUserinfo

Set or unset the user information for the URI.

class Uri
bool
setUserinfo
(
string userinfo
)

Parameters

userinfo string

The new user-information string to set or %NULL to unset.

Return Value

Type: bool

%TRUE if the user information was set/unset successfully.

Meta