Browse Source

MFH: Fix proto line

PECL
Arnaud Le Blanc 18 years ago
parent
commit
3b9fce6246
  1. 2
      ext/standard/streamsfuncs.c

2
ext/standard/streamsfuncs.c

@ -1038,7 +1038,7 @@ PHP_FUNCTION(stream_context_set_params)
}
/* }}} */
/* {{{ proto bool stream_context_get_params(resource context|resource stream)
/* {{{ proto array stream_context_get_params(resource context|resource stream)
Get parameters of a file context */
PHP_FUNCTION(stream_context_get_params)
{

Loading…
Cancel
Save