From d893235becd04e406f48279683ff48a8358de84d Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 25 Jan 2007 23:43:54 +0000 Subject: [PATCH] remove reference to depcreated /spliti?/ and cross-link str_split/explode git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228118 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/explode.xml | 5 ++--- reference/strings/functions/str-split.xml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/reference/strings/functions/explode.xml b/reference/strings/functions/explode.xml index 96984a9664..6faff37a6b 100644 --- a/reference/strings/functions/explode.xml +++ b/reference/strings/functions/explode.xml @@ -1,5 +1,5 @@ - + @@ -111,8 +111,7 @@ Array See also preg_split, - spliti, - split, + str_split, strtok, and implode. diff --git a/reference/strings/functions/str-split.xml b/reference/strings/functions/str-split.xml index c675f94c3e..75b881a2a1 100644 --- a/reference/strings/functions/str-split.xml +++ b/reference/strings/functions/str-split.xml @@ -1,5 +1,5 @@ - + str_split @@ -80,7 +80,7 @@ Array See also chunk_split, preg_split, - split, + explode, count_chars, str_word_count, and for.