| Net_URL | Net_NNTP |
| Net_URL | |
| PEAR Manual | |
require_once 'Net/URL.php';
|
string setOption (
string $optionName
, string $value
)
Setting a Net_URL option
| Name | Description |
| encode_query_keys | This will encode the query keys if set to true. By default set to false. |
string $optionName - The option name to set.
string $value - The value of the option to set.
Using Net_URL
|
| Net_URL | Net_NNTP |
| Net_URL | |
| PEAR Manual | |