We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b413f7 commit 59dc41fCopy full SHA for 59dc41f
main/streams/userspace.c
@@ -437,7 +437,7 @@ PHP_FUNCTION(stream_wrapper_register)
437
}
438
/* }}} */
439
440
-/* {{{ bool stream_wrapper_unregister(string protocol)
+/* {{{ proto bool stream_wrapper_unregister(string protocol)
441
Unregister a wrapper for the life of the current request. */
442
PHP_FUNCTION(stream_wrapper_unregister)
443
{
@@ -458,7 +458,7 @@ PHP_FUNCTION(stream_wrapper_unregister)
458
459
460
461
-/* {{{ bool stream_wrapper_restore(string protocol)
+/* {{{ proto bool stream_wrapper_restore(string protocol)
462
Restore the original protocol handler, overriding if necessary */
463
PHP_FUNCTION(stream_wrapper_restore)
464
0 commit comments