From 8b630bb129d19438465b748f0960eb5a1aafb89f Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 29 May 2001 12:59:56 +0000 Subject: [PATCH] Added interesting functions to split and spliti git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48833 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/regex.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/functions/regex.xml b/functions/regex.xml index dab634a0e2..3368fd1957 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -366,8 +366,13 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; - See also: spliti, - explode, and implode. + See also: + implode, + preg_split, + explode, + spliti, + explode, + and implode. @@ -398,9 +403,13 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; characters. - See also : split, - explode and - implode. + See also + implode, + preg_spliti, + explode, + spliti, + explode, + and implode.