a) fold()
b) file()
c) glob()
d) get_file()
Answer: c
Explanation: The function glob() returns an array of filenames or directories which matches a specified pattern. The function returns an array of files/directories, or it will return FALSE on failure.
Related Posts
How many value/values does Boolean data type hold?
When you use the $_POST variable to collect data, the data is visible to
Which type of string can processes special characters inside quotes?
Which one of the following should not be used while sending passwords or other sensitive information?
The ________ function compares the two strings s1 and s2, ignoring the case of the characters.
Which one of the following is the right way to define a constant?
Which is true about var_dump() function?
Join The Discussion