PHP » GoLang |
login |
register |
about
|
strpbrk(PHP 5, PHP 7) strpbrk — Search a string for any of a set of characters Description
string strpbrk
( string
$haystack
, string $char_list
)
strpbrk() searches the Parameters
Return Values
Returns a string starting from the character found, or Examples
Example #1 strpbrk() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|