$argv
$argv :
URL name parser that uses the topic structure
get_variable(string $namespace) : array
Try to fetch a URL variable.
Try to decode an
On success it returns an associative array containing the key and value which hold that have been parsed. $this->argv[0] will be dropped.
On failure it returns false.
string | $namespace | The namespace for which to search a variable |
The key and value pair of the URL parameter, or false on failure.