From b2fccdabfa98a43024b97287d7aafdf0b54bcafd Mon Sep 17 00:00:00 2001 From: Zak Greant Date: Mon, 17 Dec 2001 19:34:59 +0000 Subject: [PATCH] Added chunk_split() and wordwrap() to the see also block for split() and spliti(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65475 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/regex.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/functions/regex.xml b/functions/regex.xml index c11cecb3c9..7caab7d039 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -1,5 +1,5 @@ - + Regular Expression Functions (POSIX Extended) Regexps @@ -451,7 +451,9 @@ echo "Month: $month; Day: $day; Year: $year
\n"; preg_split, spliti, explode, - and implode. + implode, + chunk_split and + wordwrap.