exec 將回傳的內容儲存在變數,並且為 array 的格式,適合用於處理參數 <?php exec('ls -al', $out); var_dump($out); header('Content-type: ...
確定! 回上一頁