Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
glob
glob
Find file paths that match patterns
Name:
glob
Category:
File system
Programming Language:
php
One-line Description:
Returns an array containing file names/directories that match the specified pattern.
Related
How to Efficiently Match Different File Extensions Using PHP glob Function?
8
Similar Functions
chmod
chmod
Changefilemode
copy
copy
Copythefile
rename
rename
Renameafileordirecto
file
file
Readtheentirefileint
file_put_contents
file_put_contents
Writedatatoafile
fsync
fsync
Synchronizechangesto
umask
umask
Changethecurrentumas
file_get_contents
file_get_contents
Readtheentirefileint
Popular Articles
How to Efficiently Match Different File Extensions Using PHP glob Function?