$d = (string) a1234; // 字串. $e = (array) array(0,5,2); //陣列. $f = (object) new abc(); //物件. var_dump($a , $b , $c , $d , $e , $f); ...
確定! 回上一頁