diff --git a/reference/strings/functions/strpbrk.xml b/reference/strings/functions/strpbrk.xml index 3d0737372f..9ec4e8aa7f 100755 --- a/reference/strings/functions/strpbrk.xml +++ b/reference/strings/functions/strpbrk.xml @@ -1,5 +1,5 @@ - + strpbrk @@ -10,13 +10,39 @@ Description - arraystrpbrk + stringstrpbrk stringhaystack stringchar_list + + strpbrk searches the haystack + string for a char_list, and returns a string + starting from the character found (or &false; if it is not found). + + + + The char_list parameter is case sensitive. + + + + + <function>strpbrk</function> example + + +]]> + + +