1. this is some text that we might like to parse.
  2. Array ( [0] => some text that [1] => we might like to parse. )
  3. Array ( [0] => this is [1] => some text that [2] => we might like to parse. )
  4. [0] => this is [1] => some text that [2] => we might like to parse.

Share with your friends
AhmedNazir

Call

Answer: Option 4

The split() function divides a string into various elements, with the boundaries of each element based on the occurrence of a defined pattern within the string.

Talk Doctor Online in Bissoy App