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.
これは私が使用しているコードです。スクリプトを cron ジョブとしてのみ実行できるようにするだけで十分ですか? それは確かに機能しますが、私が見逃しているものがあるかもしれません。
if (php_sapi_name() !== 'cli') { die("You are not allwod here"); }