
Druckansicht von http://www.php-homepage.de/manual/function.fnmatch.php
fnmatch(PHP 4 >= 4.3.0, PHP 5) fnmatch — Match filename against a pattern Beschreibung
bool fnmatch
( string
$pattern
, string $string
[, int $flags = 0
] )
fnmatch() checks if the passed Parameter-Liste
Rückgabewerte
Returns Changelog
Beispiele
Beispiel #1 Checking a color name against a shell wildcard pattern
<?phpAnmerkungenWarnung
For now this function is not available on non-POSIX compliant systems. Siehe auch
|