diff options
author | Andrei Zmievski <andrei@php.net> | 2001-08-07 19:44:45 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-08-07 19:44:45 +0000 |
commit | c4555f9f5595293d3bcd3755ac66e4c47d82e649 (patch) | |
tree | a2e56620b755e885e4ba642d7017d3f6763fc895 /ext/standard/php_string.h | |
parent | 3d3eff12cb8262181d03a1e352d2679ce2760da1 (diff) | |
download | php-git-c4555f9f5595293d3bcd3755ac66e4c47d82e649.tar.gz |
@- Added vprintf() and vsprintf() functions that allow passing all arguments
@ after format as an array. (Andrei)
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 40d0ce1312..ef3c5fecfe 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -57,6 +57,8 @@ PHP_FUNCTION(hebrev); PHP_FUNCTION(hebrevc); PHP_FUNCTION(user_sprintf); PHP_FUNCTION(user_printf); +PHP_FUNCTION(vprintf); +PHP_FUNCTION(vsprintf); PHP_FUNCTION(addcslashes); PHP_FUNCTION(addslashes); PHP_FUNCTION(stripcslashes); |