diff options
| author | Sara Golemon <pollita@php.net> | 2003-01-03 08:02:36 +0000 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2003-01-03 08:02:36 +0000 |
| commit | 7b3727238172e8e137216a7b5de92df23a581a9a (patch) | |
| tree | c632fcd50f4f2836dc8fe803c15cb86f879de666 /ext/standard/file.h | |
| parent | f76df0ba1b641b19ff85e05bb8d19c71a5be28aa (diff) | |
| download | php-git-7b3727238172e8e137216a7b5de92df23a581a9a.tar.gz | |
Added stream_get_wrappers()
Diffstat (limited to 'ext/standard/file.h')
| -rw-r--r-- | ext/standard/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index 1458cf5edd..28fca3b304 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -59,6 +59,7 @@ PHP_FUNCTION(stream_set_blocking); PHP_FUNCTION(stream_select); PHP_FUNCTION(stream_set_timeout); PHP_FUNCTION(stream_set_write_buffer); +PHP_FUNCTION(stream_get_wrappers); PHP_FUNCTION(get_meta_tags); PHP_FUNCTION(flock); PHP_FUNCTION(fd_set); |
