陣列轉物件* * @param array $arr 陣列* @return object */ function array_to_object($arr) { if (gettype($arr) != 'array') { return; } foreach ...
確定! 回上一頁