Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$txt = date("Y-m-d H:i:s") . ": service process does not exist\n";
$myfile = file_put_contents('logs.txt', $txt.PHP_EOL , FILE_APPEND | LOCK_EX);

Above snippet is a part of my code to manage my linux server.