3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'hello$this$string has$some spaces'; $explodedarray = explode('$', $string); var_dump($explodedarray);

preferences:
37.89 ms | 402 KiB | 5 Q