diff options
author | Thies C. Arntzen <thies@php.net> | 1999-12-14 03:52:12 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-12-14 03:52:12 +0000 |
commit | 6553540153f04945b645f0c6df37714d24682a44 (patch) | |
tree | 653938cc5ed826ecc3457f6332ba6782592f382a /ext/standard/php_string.h | |
parent | 82679342354c70a0f2d3c070b402539554f92e8e (diff) | |
download | php-git-6553540153f04945b645f0c6df37714d24682a44.tar.gz |
@- implemented count_chars(). (Thies)
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 3010676590..af5babb7d2 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -46,6 +46,7 @@ PHP_FUNCTION(trim); PHP_FUNCTION(ltrim); PHP_FUNCTION(soundex); +PHP_FUNCTION(count_chars); PHP_FUNCTION(explode); PHP_FUNCTION(implode); PHP_FUNCTION(strtok); |