0 votes
in PHP by
Explain PHP explode() function.

1 Answer

0 votes
by

The PHP explode() function breaks a string into an array.

...