Troubleshooting of PHP errors: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 1: Line 1:
PHP 問題的排除與解決
PHP 問題的排除與解決


== 檔案操作有關 ==
== PHP 技術問題處理 ==
=== 檔案操作有關 ===
可否讀取或寫入:例如 imagejpeg($canvas, $filename, 100); 沒有顯示錯誤訊息,則需要
可否讀取或寫入:例如 imagejpeg($canvas, $filename, 100); 沒有顯示錯誤訊息,則需要
* 檢查檔案或目錄是否存在 [http://tw2.php.net/file_exists file_exists]
* 檢查檔案或目錄是否存在 [http://tw2.php.net/file_exists file_exists]
Line 8: Line 9:
* 檢查該檔案是否可以寫入 [http://php.net/manual/en/function.is-writable.php is_writable]: 如果要刪除檔案,需要檢查是否可以寫入
* 檢查該檔案是否可以寫入 [http://php.net/manual/en/function.is-writable.php is_writable]: 如果要刪除檔案,需要檢查是否可以寫入


== PHP 技術問題處理 ==
=== 不知道網站伺服器載入哪一個 php.ini 設定檔 ===
=== 不知道網站伺服器載入哪一個 php.ini 設定檔 ===
使用 console command,輸入命令 {{kbd | key = <nowiki>php --ini</nowiki>}}
使用 console command,輸入命令 {{kbd | key = <nowiki>php --ini</nowiki>}}

Navigation menu