Dropdown-Liste anzeigen

strpbrk()

« strncmp | strpos »
<?php
$string 
strpbrk (
    
// string $haystack
    
  // string $char_list
);
?>
Ergebnis
$string = 'is is a Simple text.'
Beispiele
#1 strpbrk  ("This is a Simple text.",
 
"mi")
#2 strpbrk  ("This is a Simple text.",
 
"S")
siehe auch
preg_match, strpos, strstr