how to split at the first space in a string ? my code doesn't work <?php $str = "red yellow blue"; $preg = preg_split("/^\ ...
確定! 回上一頁