diff options
author | Arnaud Le Blanc <lbarnaud@php.net> | 2008-11-13 05:47:47 +0000 |
---|---|---|
committer | Arnaud Le Blanc <lbarnaud@php.net> | 2008-11-13 05:47:47 +0000 |
commit | 06119f4748066e61163764bbb31d1db4b21b6d07 (patch) | |
tree | 14abdaabf1b4a9f6174ac826cbbd47eb47aed934 /ext/standard/streamsfuncs.h | |
parent | 39b1f65aabd0c389d6eac0a1c65fdbc7789d368b (diff) | |
download | php-git-06119f4748066e61163764bbb31d1db4b21b6d07.tar.gz |
MFH: Added stream_context_get_params()
Diffstat (limited to 'ext/standard/streamsfuncs.h')
-rw-r--r-- | ext/standard/streamsfuncs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/streamsfuncs.h b/ext/standard/streamsfuncs.h index 90105919c6..65d679b928 100644 --- a/ext/standard/streamsfuncs.h +++ b/ext/standard/streamsfuncs.h @@ -46,6 +46,7 @@ PHP_FUNCTION(stream_wrapper_unregister); PHP_FUNCTION(stream_wrapper_restore); PHP_FUNCTION(stream_context_create); PHP_FUNCTION(stream_context_set_params); +PHP_FUNCTION(stream_context_get_params); PHP_FUNCTION(stream_context_set_option); PHP_FUNCTION(stream_context_get_options); PHP_FUNCTION(stream_context_get_default); |