diff options
author | Clayton Collie <ccollie@php.net> | 2000-06-06 18:58:15 +0000 |
---|---|---|
committer | Clayton Collie <ccollie@php.net> | 2000-06-06 18:58:15 +0000 |
commit | 0b7fd17c2bb12a89048c307858f77db7a77e145c (patch) | |
tree | 5498fb4818505f7b8e5ffe05aa7ffdac6d49212e /ext/standard/php_string.h | |
parent | d7ac0f2c9d62198a55ee141b40c9631846f60080 (diff) | |
download | php-git-0b7fd17c2bb12a89048c307858f77db7a77e145c.tar.gz |
Added sscanf() function.
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 6de3f38b83..ea03855cdc 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -86,6 +86,7 @@ PHP_FUNCTION(substr_replace); PHP_FUNCTION(strnatcmp); PHP_FUNCTION(strnatcasecmp); PHP_FUNCTION(substr_count); +PHP_FUNCTION(sscanf); #define strnatcmp(a, b) \ strnatcmp_ex(a, strlen(a), b, strlen(b), 0) |