From be18235696c11ed7894eadcfa10b3335a8318e3c Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 22 Dec 2000 00:57:14 +0000 Subject: [PATCH] Added note about third argument being added for explode() in PHP 4.0.1 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38153 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/strings.xml b/functions/strings.xml index d400393e54..244b63737d 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -543,6 +543,11 @@ echo "This spans\nmultiple lines. The newlines will be\noutput as well."; a maximum of limit elements with the last element containing the whole rest of string. + + + The limit parameter was added in PHP 4.0.1 + + <function>Explode</function> example