From cb6ee458ba59e481e10cef54f6a42a0e54282411 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 6 Apr 2005 22:51:41 +0000 Subject: [PATCH] See also: strtok git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183811 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/explode.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/explode.xml b/reference/strings/functions/explode.xml index 502d2769e3..81aa3a3306 100644 --- a/reference/strings/functions/explode.xml +++ b/reference/strings/functions/explode.xml @@ -1,5 +1,5 @@ - + @@ -112,7 +112,8 @@ Array See also preg_split, spliti, - split, and + split, + strtok, and implode.