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
mkdir
mkdir
Createanewdirectory
linkinfo
linkinfo
Getinformationabouta
fsync
fsync
Synchronizechangesto
fwrite
fwrite
Writetofiles(safelyu
readfile
readfile
Outputfile
realpath
realpath
Returnsthenormalized
symlink
symlink
Establishsymboliccon
is_uploaded_file
is_uploaded_file
Determinewhetherthef
Popular Articles
How to Efficiently Match Different File Extensions Using PHP glob Function?