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;