Answers for "explode a string"

PHP
5

php split string

explode(" ","Geeks for Geeks")
Posted by: Guest on April-02-2020
0

string to array in php

print_r(explode(',',$yourstring));
Posted by: Guest on October-12-2020

Browse Popular Code Answers by Language