summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorClayton Collie <ccollie@php.net>2000-06-06 18:58:15 +0000
committerClayton Collie <ccollie@php.net>2000-06-06 18:58:15 +0000
commit0b7fd17c2bb12a89048c307858f77db7a77e145c (patch)
tree5498fb4818505f7b8e5ffe05aa7ffdac6d49212e /ext/standard/file.h
parentd7ac0f2c9d62198a55ee141b40c9631846f60080 (diff)
downloadphp-git-0b7fd17c2bb12a89048c307858f77db7a77e145c.tar.gz
Added sscanf() function.
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index 334e69af2b..adf9d9b028 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -46,6 +46,7 @@ PHP_FUNCTION(feof);
PHP_FUNCTION(fread);
PHP_FUNCTION(fgetc);
PHP_FUNCTION(fgets);
+PHP_FUNCTION(fscanf);
PHP_FUNCTION(fgetss);
PHP_FUNCTION(fgetcsv);
PHP_FUNCTION(fwrite);