From cf57aac89a03becf0764feac5ed0db71b431583c Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 20 Sep 2020 14:28:47 +0000 Subject: [PATCH] Integrate user note 79285 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350601 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/xmlwriter-open-uri.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/reference/xmlwriter/functions/xmlwriter-open-uri.xml b/reference/xmlwriter/functions/xmlwriter-open-uri.xml index 5b7cb02f2c..09ed7cd32a 100644 --- a/reference/xmlwriter/functions/xmlwriter-open-uri.xml +++ b/reference/xmlwriter/functions/xmlwriter-open-uri.xml @@ -51,6 +51,25 @@ + + &reftitle.examples; + + Direct output of XML + + It is possible to directly output XML by using the + php://output stream wrapper. + + +openURI('php://output'); +?> +]]> + + + + &reftitle.notes;