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.
検討:
exec("php gmail-smtp.php >> basic-email-template/debug-mailer.log");
新しい行で開始するファイル メッセージをログに記録したいと考えています。しかし、Bash パイプに関する関連情報が見つかりません。
あなたのやり方に応じて正しい答えを出すことはできませんが、これを行うだけです:
file_put_contents('basic-email-template/debug-mailer.log', "\n", FILE_APPEND)