Ebizon Net Info Interview Question

1.How to convert string to array in php?

Interview Answer

Anonymous

Dec 22, 2016

$string="I love India"; $array =explode('love',$string); print_r($array);

Ebizon Net Info Interview Question: 1.How to convert string to array in php? | Glassdoor