|
output_reset_rewrite_vars
Reset URL rewriter values
(PHP 4 >= 4.3.0, PHP 5)
This function resets the URL rewriter and removes all rewrite
variables previously set by the output_add_rewrite_var()
function or the session mechanism (if ExamplesExample 1693. output_reset_rewrite_vars() example<?php The above example will output: <a href="file.php?PHPSESSID=xxx&var=value">link</a> |