|
output_reset_rewrite_varsReset URL rewriter values Description
bool output_reset_rewrite_vars
( void
)
This function resets the URL rewriter and removes all rewrite variables previously set by the output_add_rewrite_var function. Return Values
Returns Changelog
Examples
Example #1 output_reset_rewrite_vars example
<?php The above example will output: <a href="file.php?PHPSESSID=xxx&var=value">link</a> <a href="file.php">link</a> See Also
|