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.