From 9709670c63f99101d97a58a0ab9100ae9dbfd0eb Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 25 Mar 2009 18:54:33 +0000 Subject: [PATCH] Document the flags parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277779 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/stream-wrapper-register.xml | 38 ++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/reference/stream/functions/stream-wrapper-register.xml b/reference/stream/functions/stream-wrapper-register.xml index 2e628b4b8e..3482791014 100644 --- a/reference/stream/functions/stream-wrapper-register.xml +++ b/reference/stream/functions/stream-wrapper-register.xml @@ -1,5 +1,5 @@ - + stream_wrapper_register @@ -11,6 +11,7 @@ boolstream_wrapper_register stringprotocol stringclassname + intflags 0 Allows you to implement your own protocol handlers and streams for use @@ -39,6 +40,16 @@ + + flags + + + Should be set to STREAM_IS_URL if + protocol is a URL protocol. Default is 0, local + stream. + + + @@ -54,6 +65,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.4 + + Added the flags parameter. + + + + + + + + + &reftitle.examples;