+1 vote
in PHP by
Which of the following function is used to find files in PHP?

a) glob()

b) fold()

c) file()

d) None of the above

1 Answer

0 votes
by

a) glob()

Description: The glob() function in PHP is used to return an array of filenames or directories that matches a specified pattern.

Related questions

+1 vote
asked May 13, 2022 in PHP by john ganales
+1 vote
asked May 13, 2022 in PHP by john ganales
...