From a743774306a42c2f863b3b12061d285b83a7c84d Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 1 Feb 2008 10:28:51 +0000 Subject: [PATCH] The new parameter is optional (before_needle) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251909 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stristr.xml | 6 +++--- reference/strings/functions/strstr.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/strings/functions/stristr.xml b/reference/strings/functions/stristr.xml index 2345630ba7..0e79856dcb 100644 --- a/reference/strings/functions/stristr.xml +++ b/reference/strings/functions/stristr.xml @@ -1,5 +1,5 @@ - + stristr @@ -12,7 +12,7 @@ stringstristr stringhaystack mixedneedle - boolbefore_needle + boolbefore_needle Returns all of haystack from the first @@ -82,7 +82,7 @@ 6.0.0 - Added the before_needle parameter. + Added the optional parameter before_needle. diff --git a/reference/strings/functions/strstr.xml b/reference/strings/functions/strstr.xml index 891416136b..736491d928 100644 --- a/reference/strings/functions/strstr.xml +++ b/reference/strings/functions/strstr.xml @@ -1,5 +1,5 @@ - + strstr @@ -12,7 +12,7 @@ stringstrstr stringhaystack mixedneedle - boolbefore_needle + boolbefore_needle Returns part of haystack string from the first @@ -92,7 +92,7 @@ 6.0.0 - Added the before_needle parameter. + Added the optional parameter before_needle.