diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-02-07 21:36:18 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-02-07 21:36:18 +0000 |
commit | 67b19b08e3928e41f7aa163d0ef0a9bf6e4837de (patch) | |
tree | d7c844b680f816fab7d9e001ad464612249007f1 /ext/standard/php_string.h | |
parent | b1a6778fe52a6a8514db903adb72a03d83051886 (diff) | |
download | php-git-67b19b08e3928e41f7aa163d0ef0a9bf6e4837de.tar.gz |
Added str_split() function. This function can be used to break down a
string into an array.
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 debe85ade0..60a6c23af2 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -87,6 +87,7 @@ PHP_FUNCTION(str_pad); PHP_FUNCTION(sscanf); PHP_FUNCTION(str_shuffle); PHP_FUNCTION(str_word_count); +PHP_FUNCTION(str_split); #ifdef HAVE_STRCOLL PHP_FUNCTION(strcoll); #endif |