From ac45ef3f6b94cddee7737fc3385fa1ad77fd887e Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 29 May 2001 12:56:14 +0000 Subject: [PATCH] Added other interesting functions to explode git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48831 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/strings.xml b/functions/strings.xml index efcb33e623..f77a482cb3 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -600,7 +600,10 @@ $pieces = explode (" ", $pizza); - See also split and + See also + preg_split, + spliti, + split and implode.