Trustmaster |
|
---|---|
See the 4th parameter of sed_url() function.
/**
* Transforms parameters into URL by following user-defined rules
*
* @param string $name Site area or script name
* @param mixed $params URL parameters as array or parameter string
* @param string $tail URL postfix, e.g. anchor
* @param bool $header Set this TRUE if the url will be used in HTTP header rather than body output
* @return string
*/
function sed_url($name, $params = '', $tail = '', $header = false) May the Source be with you!
|