From 09227438af178d3331d4479bbcb33951b9ccffb9 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 1 Sep 2016 21:02:55 +0000 Subject: [PATCH] Add URL rewrite example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339973 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/examples.xml | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/reference/outcontrol/examples.xml b/reference/outcontrol/examples.xml index 12790e7725..eaf9248863 100644 --- a/reference/outcontrol/examples.xml +++ b/reference/outcontrol/examples.xml @@ -2,6 +2,7 @@ &reftitle.examples; +
Basic usage @@ -32,6 +33,55 @@ ob_end_flush(); to the browser after data has already been sent.)
+ +
+ Ouput rewrite usage + + Since PHP 7.1.0, output_add_rewrite_var, output_reset_rewrite_vars use dedicated output buffer. i.e. It does not use trans sid output buffer. + + + + Output rewrite example + + +bug1234 +
+ +
+]]> +
+ &example.outputs; + +bug1234 +
+ +
+]]> +
+
+
+ + Since PHP 7.1.0, output rewrite functions have it's own INI settings, url_rewriter.tags and url_rewriter.hosts. + +
+