mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Expanding documentation for Router::queryString().
This commit is contained in:
parent
35ec5ce2fc
commit
c03974ebb2
1 changed files with 2 additions and 1 deletions
|
@ -976,7 +976,8 @@ class Router {
|
||||||
/**
|
/**
|
||||||
* Generates a well-formed querystring from $q
|
* Generates a well-formed querystring from $q
|
||||||
*
|
*
|
||||||
* @param mixed $q Query string
|
* @param mixed $q Query string Either a string of already compiled query string arguments or
|
||||||
|
* an array of arguments to convert into a query string.
|
||||||
* @param array $extra Extra querystring parameters.
|
* @param array $extra Extra querystring parameters.
|
||||||
* @param bool $escape Whether or not to use escaped &
|
* @param bool $escape Whether or not to use escaped &
|
||||||
* @return array
|
* @return array
|
||||||
|
|
Loading…
Reference in a new issue