Zend Certified PHP Engineer 200-550 Question # 27 Topic 3 Discussion

Zend Certified PHP Engineer 200-550 Question # 27 Topic 3 Discussion

200-550 Exam Topic 3 Question 27 Discussion:
Question #: 27
Topic #: 3

How many elements does the array $matches from the following code contain?

$str = "The cat sat on the roof of their house.";

$matches = preg_split("/(the)/i", $str, -1, PREG_SPLIT_DELIM_CAPTURE);


A.

2


B.

3


C.

4


D.

7


E.

9


Get Premium 200-550 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.