string|bool getAuthority( )
string getCanonical( )
string|bool getFragment( )
string|bool getHost( )
relative URLs.
string getNormalizedURL( )
mixed getOption( string $optionName)
string|bool getPassword( )
string getPath( )
int|bool getPort( )
string|bool getQuery( )
array getQueryVariables( )
Net_URL2 getRequested( )
string getRequestedURL( )
string|bool getScheme( )
string getURL( )
string|bool getUser( )
string|bool getUserinfo( )
bool isAbsolute( )
Net_URL2 normalize( )
Net_URL2 __construct( string $url, [array $options = null])
Net_URL2 resolve( Net_URL2|string $reference)
void setAuthority( string|false $authority)
void setFragment( string|bool $fragment)
void setHost( string|bool $host)
void setOption( string $optionName, mixed $value)
void setPath( string $path)
void setPort( int|bool $port)
void setQuery( string|bool $query)
array setQueryVariable( string $name, mixed $value)
void setQueryVariables( array $array)
void setScheme( string|bool $scheme)
void setUserinfo( string|bool $userinfo, [string|bool $password = false])
void unsetQueryVariable( string $name)