<?php try { $fh = fopen("data.txt", "r"); if (! $fh) { throw new Exception("Could not open the file!"); } } catch (Exception $e) { echo "Error (File: ".
確定! 回上一頁