I use preg_split as the following:
I ex
If you only want to split along the decimal, you could also use:
$array = explode('.', $num);