Q29
Which one of the following is not a preg PHP function?
A.
preg_match
B.
preg_match_all
C.
preg_matchall
AnswerD.
preg_split
Answer: Option C
Solution
Answer: Option C
Solution:
The function preg_matchall does not exist. preg_match_all is a preg function.