diff options
author | Andrei Zmievski <andrei@php.net> | 2000-03-04 17:23:03 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-03-04 17:23:03 +0000 |
commit | 5610800a7b2f9a1ba9bf91fbd9b9ae8277127afd (patch) | |
tree | 4097f626591cc0df4f23a753e745317404c4b12e /ext/standard/file.h | |
parent | 315999da94c25341ec19f0fb82b5df2f14671f18 (diff) | |
download | php-git-5610800a7b2f9a1ba9bf91fbd9b9ae8277127afd.tar.gz |
@Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org>
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r-- | ext/standard/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index b05e980192..ee94d393a5 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -74,6 +74,8 @@ PHP_FUNCTION(fd_set); PHP_FUNCTION(fd_isset); PHP_FUNCTION(select); PHP_FUNCTION(realpath); +PHP_FUNCTION(ftruncate); +PHP_FUNCTION(fstat); PHPAPI int php_set_sock_blocking(int socketd, int block); PHPAPI int php_file_le_fopen(void); |