output_add_rewrite_var Add URL rewriter values Description booloutput_add_rewrite_var stringname stringvalue This function rewrite the URLs and forms with the given variable. This function buffers the output. <function>output_add_rewrite_var</function> example link'; // a form echo '
'; print_r(ob_list_handlers()); ?> ]]>
The above example will output: link
Array ( [0] => URL-Rewriter ) ]]>
See also output_reset_rewrite_vars, ob_flush and ob_list_handlers.