require() 與 require_once() require_once():同一文件只呼叫一次 如果出現錯誤是致命的。 include() 與 include_once() include_once() :同一檔案只呼叫一次 可以放在PHP 程式中引入的文件,如果發生錯誤將會提示。