Login
Remember
Register
Ask a Question
Explain PHP split() function.
0
votes
asked
Jun 6, 2020
in
PHP
by
Robindeniel
Explain PHP split() function.
#php-split-function
#split-function-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
SakshiSharma
The PHP split() function splits string into an array by regular expression.
...