Function __global->strpbrk

Definitions

sources_custom/phpstub.php

  • Search a string for any of a set of characters.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$haystack string required parameter N/A N/A The string where char_list is looked for
$char_list string required parameter N/A N/A The character list

Return

  • String starting from the character found, or FALSE if it is not found (false: not found)
  • Type: ~string
  • Set: N/A
  • Range: N/A