(page 156-157)
preg_match()
In the last sentence, it includes some extraneous words: ”number of matches”. It should simply read:
Returns: 1 if matched, 0 if no match, and FALSE on error.
(page 156-157)
preg_match()
In the last sentence, it includes some extraneous words: ”number of matches”. It should simply read:
Returns: 1 if matched, 0 if no match, and FALSE on error.