From 67b19b08e3928e41f7aa163d0ef0a9bf6e4837de Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 7 Feb 2003 21:36:18 +0000 Subject: Added str_split() function. This function can be used to break down a string into an array. --- ext/standard/php_string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_string.h') 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 -- cgit v1.2.1