タグ

2023年9月10日のブックマーク (3件)

  • PHP: mktime - Manual

    Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su

    PHP: mktime - Manual
    iww
    iww 2023/09/10
    『警告 引数の順番が変なので注意して下さい』 やっぱ変だよなアメリカ式。 ほんとクソ
  • PHP: サポートする日付と時刻の書式 - Manual

    Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su

    PHP: サポートする日付と時刻の書式 - Manual
    iww
    iww 2023/09/10
    strtotime() が理解してくれる書式一覧。 書いてないけど 20230123123456 も大丈夫
  • シェルを閉じてもコマンドを実行させ続けるために nohup を使う | バシャログ。

    先週末都内に用事があったので、まだ一度も見たことがない隅田川花火大会、行くぞ~(後半から)と思っていたら雷雨に遭い花火が見られなかった、tanakaです。 今日は時間のかかるコマンドを実行させるときに便利な nohup を紹介します。 それなりのデータ量を扱うアプリケーションを運用していると時間のかかるシェルタスクを実行しなければならないこともよくあります。そんなとき便利なのがnohupです。つい最近までこのコマンドを知らなかったのですが、もし必要があればGNU Screenでデタッチすれば同じことが実現できていました。しかしGNU Screenがない環境で実行する必要があり、調査して見つけたのがnohupです。 時間のかかる処理のサンプル まずはnohup を使わないでプログラムを実行してみます。以下は1秒ごとに標準出力に文字列を出力し、20秒で処理が終わるプログラムです nohup_t

    シェルを閉じてもコマンドを実行させ続けるために nohup を使う | バシャログ。
    iww
    iww 2023/09/10