1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

fix proto

This commit is contained in:
Stanislav Malyshev
2007-08-16 23:53:40 +00:00
parent c6fee51126
commit 201388e5ab
+1 -1
View File
@@ -443,7 +443,7 @@ static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filen
}
/* {{{ proto bool stream_wrapper_register(string protocol, string classname)
/* {{{ proto bool stream_wrapper_register(string protocol, string classname[, integer flags])
Registers a custom URL protocol handler class */
PHP_FUNCTION(stream_wrapper_register)
{