Display the drop-down list

fnmatch()

« fmod | fread »
<?php
$bool 
fnmatch (
    
// string $pattern
    
// string $string
    
?  // [int $flags = 0]
);
?>
Result
$bool = true
Examples
#1 fnmatch  ("*gr[ae]y",
 
"gray")
See also
preg_match, printf, sprintf, sscanf