Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fnmatch
fnmatch
Match file names with pattern
Name:
fnmatch
Category:
File system
Programming Language:
php
One-line Description:
Match file names or strings according to the specified pattern.
Related
PDOStatement::fetchObject: How to use this function to return a custom object
8
Tips for matching ob_list_handlers and ob_end_clean
10
How to check UPDATE or DELETE operations in conjunction with PDOStatement::rowCount
9
How to Append Content to a File Using PHP
1
Similar Functions
ftell
ftell
Returnsthelocationwh
fileatime
fileatime
Getthelastaccesstime
fgetc
fgetc
Readcharactersfromfi
tmpfile
tmpfile
Createatemporaryfile
ftruncate
ftruncate
Truncatethefiletoagi
chmod
chmod
Changefilemode
lstat
lstat
Giveinformationabout
file_exists
file_exists
Checkifthefileordire
Popular Articles