Net_URL | Net_URL::setOption |
Net_URL | |
PEAR Manual | |
require_once 'Net/URL.php'; |
string Net_Whois (
string $url
, string $useBrackets
)
Instantiates a new Net_URL object
string $url - The url to parse. By default this is getting $_SERVER['PHP_SELF']
string $useBrackets - Whether to use sqare brackets or not when there is multiple query variable names using the same name.
Using Net_URL
|
Net_URL | Net_URL::setOption |
Net_URL | |
PEAR Manual | |