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.