<?php $str = "Hello 123.02 ??? 04"; $result = sscanf($str, "%s %f %s %d"); print_r($result);
You have javascript disabled. You will not be able to edit any code.