Net_URL::setOption

Net_URL::setOption -- Setting options with Net_URL

Synopsis

require_once 'Net/URL.php';

string setOption (string $optionName, string $value)

Description

Setting a Net_URL option

Parameter

Table 51-1. List of options

NameDescription
encode_query_keysThis will encode the query keys if set to true. By default set to false.

Example