$expression
$expression :
Describe scan options for a specific expression.
parseUrlQueryEncodedSafe(string $url,integer $iteration)
In some cases, a URL could contain `&` instead of `&`. This function returns the query string decoded from an URL whether it is using `&` or `&`.
string | $url | |
integer | $iteration | As this function is recursively used, we need to pass the iteration so we can e.g.
avoid memory leaks when using a |