Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのため、CLI に $_SERVER['DOCUMENT_ROOT'] が定義されていないことを忘れて、再びやけどを負いました。
cronによって実行されるPHPスクリプトでポータブル/相対パスを取得する最良の方法は何ですか?
次のような意味です:
$thePath= dirname(__FILE__);