Results of 1 - 10 of about 26 for 日時 (0.017 sec.)
- 年月日時分秒の値を DateTime オブジェクトから引く 12332
- « DateTime::setTimezone DateTimeImmutable » PHP Manual DateTime 年月日時分秒の値を DateTime オブ
...
3.0, PHP 7, PHP 8) DateTime::sub -- date_sub — 年月日時分秒の値を DateTime オブジェクトから引く 説明 オブジ ...
e を返します。 参考 DateTimeImmutable::sub() - 年月日時分秒の値を引く 関連キーワード: DateTime , オブジェク ...
ト , 年月 , 分秒 , 日時 , 値 , DateInterval , date , 手続き , interval ...
-
https://man.plustar.jp/php/datetime.sub.html
- [similar]
- 年月日時分秒の値を加えることで、DateTime オブジェクトを変更する 12133
- « DateTime DateTime::__construct » PHP Manual DateTime 年月日時分秒の値を加えることで、DateTime
...
3.0, PHP 7, PHP 8) DateTime::add -- date_add — 年月日時分秒の値を加えることで、DateTime オブジェクトを変更す ...
e を返します。 参考 DateTimeImmutable::add() - 年月日時分秒の値を加え、新しいオブジェクトを返す 関連キーワー ...
ド: DateTime , オブジェクト , 年月 , 分秒 , 変更 , 日時 , 値 , DateInterval , date , 手続き ...
-
https://man.plustar.jp/php/datetime.add.html
- [similar]
- 年月日時分秒の値を加え、新しいオブジェクトを返す 10976
- « DateTimeImmutable DateTimeImmutable::__construct » PHP Manual DateTimeImmutable 年月日時分秒の
...
5.5.0, PHP 7, PHP 8) DateTimeImmutable::add — 年月日時分秒の値を加え、新しいオブジェクトを返す 説明 public ...
-31 2001-03-03 参考 DateTimeImmutable::sub() - 年月日時分秒の値を引く DateTimeImmutable::diff() - ふたつの ...
: オブジェクト , DateTimeImmutable , 年月 , 分秒 , 日時 , 値 , 変更 , DateInterval , DateTime , interval ...
-
https://man.plustar.jp/php/datetimeimmutable.add.html
- [similar]
- 年月日時分秒の値を引く 10976
- « DateTimeImmutable::setTimezone DateTimeInterface » PHP Manual DateTimeImmutable 年月日時分秒の
...
5.5.0, PHP 7, PHP 8) DateTimeImmutable::sub — 年月日時分秒の値を引く 説明 public DateTimeImmutable::sub ( ...
-30 2001-03-02 参考 DateTimeImmutable::add() - 年月日時分秒の値を加え、新しいオブジェクトを返す DateTimeImm ...
: DateTimeImmutable , オブジェクト , 年月 , 分秒 , 日時 , 値 , 変更 , DateInterval , 出力 , interval ...
-
https://man.plustar.jp/php/datetimeimmutable.sub.html
- [similar]
- ファイルに関する情報を取得する 9720
- « set_file_buffer symlink » PHP Manual ファイルシステム 関数 ファイルに関する情報を取得する stat
...
stat ( 'C:\php\php.exe' ); /* * ファイルのアクセス日時を表示します。 * これは fileatime() をコールするのと ...
同じです */ echo 'アクセス日時: ' . $stat [ 'atime' ]; /* * ファイルの更新日時を表 ...
filemtime() をコールするのと同じです */ echo '更新日時: ' . $stat [ 'mtime' ]; /* デバイス番号を表示します ...
のコールに失敗しました...' ; } else { /* * アクセス日時を、現在のアクセス日時の * 一週間後に設定します */ $ ...
-
https://man.plustar.jp/php/function.stat.html
- [similar]
- 新しい DateTimeImmutable オブジェクトを返す 9290
- « DateTimeImmutable::add DateTimeImmutable::createFromFormat » PHP Manual DateTimeImmutable 新し
...
複雑な例 <?php // そのコンピュータのタイムゾーンでの日時の指定 $date = new DateTimeImmutable ( '2000-01-01' ...
-m-d H:i:sP' ) . "\n" ; // 指定したタイムゾーンでの日時の指定 $date = new DateTimeImmutable ( '2000-01-01' ...
. "\n" ; // そのコンピュータのタイムゾーンでの現在日時 $date = new DateTimeImmutable (); echo $date -> fo ...
H:i:sP' ) . "\n" ; // 指定したタイムゾーンでの現在日時 $date = new DateTimeImmutable ( null , new DateTim ...
-
https://man.plustar.jp/php/datetimeimmutable.construct.html
- [similar]
- タイムスタンプを変更した新しいオブジェクトを作る 9191
- « DateTimeImmutable::getLastErrors DateTimeImmutable::__set_state » PHP Manual DateTimeImmutable
...
-31 2001-03-03 参考 DateTimeImmutable::add() - 年月日時分秒の値を加え、新しいオブジェクトを返す DateTimeImm ...
utable::sub() - 年月日時分秒の値を引く DateTimeImmutable::setDate() - 日付を ...
オブジェクト , 変更 , 日付 , 設定 , 時刻 , modify , 日時 , 分秒 , 年月 ...
-
https://man.plustar.jp/php/datetimeimmutable.modify.html
- [similar]
- 日付・時刻 8563
- « unixtojd はじめに » PHP Manual 日付および時刻関連 日付・時刻 日付・時刻 はじめに インストール/
...
算術 DateTime — DateTime クラス DateTime::add — 年月日時分秒の値を加えることで、DateTime オブジェクトを変更す ...
ジェクトのタイムゾーンを設定する DateTime::sub — 年月日時分秒の値を DateTime オブジェクトから引く DateTimeImm ...
eTimeImmutable クラス DateTimeImmutable::add — 年月日時分秒の値を加え、新しいオブジェクトを返す DateTimeImm ...
タイムゾーンを設定する DateTimeImmutable::sub — 年月日時分秒の値を引く DateTimeInterface — DateTimeInterface ...
-
https://man.plustar.jp/php/book.datetime.html
- [similar]
- ふたつの DateTime オブジェクトの差を返す 8149
- « DateTimeInterface DateTime::format » PHP Manual DateTimeInterface ふたつの DateTime オブジェク
...
t() - 間隔をフォーマットする DateTime::add() - 年月日時分秒の値を加えることで、DateTime オブジェクトを変更す ...
る DateTime::sub() - 年月日時分秒の値を DateTime オブジェクトから引く 関連キーワー ...
-
https://man.plustar.jp/php/datetime.diff.html
- [similar]
- タイムスタンプを変更する 8149
- « DateTime::getLastErrors DateTime::__set_state » PHP Manual DateTime タイムスタンプを変更する D
...
更した新しいオブジェクトを作る DateTime::add() - 年月日時分秒の値を加えることで、DateTime オブジェクトを変更す ...
る DateTime::sub() - 年月日時分秒の値を DateTime オブジェクトから引く DateTime::s ...
-
https://man.plustar.jp/php/datetime.modify.html
- [similar]