Mostrar lista de opciones

fnmatch()

« fmod | fread »
<?php
$bool 
fnmatch (
    
// string $pattern
    
// string $string
    
?  // [int $flags = 0]
);
?>
Resultado
$bool = true
Ejemplos
#1 fnmatch  ("*gr[ae]y",
 
"gray")
Ver también
preg_match, printf, sprintf, sscanf