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

1 Answer

0 votes
by

The PHP split() function splits string into an array by regular expression.

...