Results of 1 - 10 of about 138 for dateTime (0.002 sec.)
- DateTime クラス 8972
- « 日付/時刻 の算術 DateTime::add » PHP Manual Date/Time DateTime クラス DateTime クラス (PHP 5 >
...
めに 日付と時刻を表現するクラスです。 このクラスは、 DateTimeImmutable と同じ振る舞いをします。 但し、 DateTime: ...
が呼び出された時を除きます。 このクラスの代わりに、 DateTimeImmutable を使うことを推奨します。 クラス概要 class ...
DateTime implements DateTimeInterface { /* 継承した定数 */ ...
const string DateTimeInterface::ATOM = "Y-m-d\TH:i:sP" ; const string Da ...
-
https://man.plustar.jp/php/class.datetime.html
- [similar]
- 日付・時刻 8601
- « unixtojd はじめに » PHP Manual 日付および時刻関連 日付・時刻 日付・時刻 はじめに インストール/
...
行時設定 リソース型 定義済み定数 例 日付/時刻 の算術 DateTime — DateTime クラス DateTime::add — 年月日時分秒の値 ...
を加えることで、DateTime オブジェクトを変更する DateTime::__construct — 新し ...
い DateTime オブジェクトを返す DateTime::createFromFormat — 指 ...
定した書式で時刻文字列をパースする DateTime::createFromImmutable — 与えられた DateTimeImmutabl ...
-
https://man.plustar.jp/php/book.datetime.html
- [similar]
- タイムスタンプを変更する 8302
- « DateTime::getLastErrors DateTime::__set_state » PHP Manual DateTime タイムスタンプを変更する DateTime
...
:modify date_modify (PHP 5 >= 5.2.0, PHP 7, PHP 8) DateTime::modify -- date_modify — タイムスタンプを変更する ...
説明 オブジェクト指向型 public DateTime::modify ( string $modifier ): DateTime | false 手続 ...
き型 date_modify ( DateTime $object , string $modifier ): DateTime | false Dat ...
construct() 形式で加算あるいは減算することによって DateTime オブジェクトのタイムスタンプを変更します。 パラメー ...
-
https://man.plustar.jp/php/datetime.modify.html
- [similar]
- ふたつの DateTime オブジェクトの差を返す 8278
- « DateTimeInterface DateTime::format » PHP Manual DateTimeInterface ふたつの DateTime オブジェク
...
トの差を返す DateTime::diff DateTimeImmutable::diff DateTime::diff date_ ...
diff (PHP 5 >= 5.3.0, PHP 7, PHP 8) DateTime::diff -- DateTimeImmutable::diff -- DateTime::diff ...
-- date_diff — ふたつの DateTime オブジェクトの差を返す 説明 オブジェクト指向型 pub ...
lic DateTime::diff ( DateTimeInterface $targetObject , bool $ab ...
-
https://man.plustar.jp/php/datetime.diff.html
- [similar]
- 年月日時分秒の値を加えることで、DateTime オブジェクトを変更する 8254
- « DateTime DateTime::__construct » PHP Manual DateTime 年月日時分秒の値を加えることで、DateTime
...
オブジェクトを変更する DateTime::add date_add (PHP 5 >= 5.3.0, PHP 7, PHP 8) DateT ...
:add -- date_add — 年月日時分秒の値を加えることで、DateTime オブジェクトを変更する 説明 オブジェクト指向型 pub ...
lic DateTime::add ( DateInterval $interval ): DateTime 手続き型 ...
date_add ( DateTime $object , DateInterval $interval ): DateTime 指定し ...
-
https://man.plustar.jp/php/datetime.add.html
- [similar]
- DateTime オブジェクトのタイムゾーンを設定する 8254
- « DateTime::setTimestamp DateTime::sub » PHP Manual DateTime DateTime オブジェクトのタイムゾーン
...
を設定する DateTime::setTimezone date_timezone_set (PHP 5 >= 5.2.0, PH ...
P 7, PHP 8) DateTime::setTimezone -- date_timezone_set — DateTime オブジ ...
イムゾーンを設定する 説明 オブジェクト指向型 public DateTime::setTimezone ( DateTimeZone $timezone ): DateTime ...
手続き型 date_timezone_set ( DateTime $object , DateTimeZone $timezone ): DateTime 新しい ...
-
https://man.plustar.jp/php/datetime.settimezone.html
- [similar]
- 指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTime オブ... 8230
- « DateTime::createFromImmutable DateTime::getLastErrors » PHP Manual DateTime 指定された DateTime
...
eInterface オブジェクトをカプセル化した、新しい DateTime オブジェクトを返す DateTime::createFromInterface ( ...
PHP 8) DateTime::createFromInterface — 指定された DateTimeInterfac ...
e オブジェクトをカプセル化した、新しい DateTime オブジェクトを返す 説明 public static DateTime::cr ...
eateFromInterface ( DateTimeInterface $object ): DateTime パラメータ object 変更 ...
-
https://man.plustar.jp/php/datetime.createfrominterface.html
- [similar]
- 年月日時分秒の値を DateTime オブジェクトから引く 8230
- « DateTime::setTimezone DateTimeImmutable » PHP Manual DateTime 年月日時分秒の値を DateTime オブ
...
ジェクトから引く DateTime::sub date_sub (PHP 5 >= 5.3.0, PHP 7, PHP 8) DateT ...
ime::sub -- date_sub — 年月日時分秒の値を DateTime オブジェクトから引く 説明 オブジェクト指向型 publi ...
c DateTime::sub ( DateInterval $interval ): DateTime 手続き型 ...
date_sub ( DateTime $object , DateInterval $interval ): DateTime 指定し ...
-
https://man.plustar.jp/php/datetime.sub.html
- [similar]
- 新しい DateTime オブジェクトを返す 8183
- « DateTime::add DateTime::createFromFormat » PHP Manual DateTime 新しい DateTime オブジェクトを返
...
す DateTime::__construct (PHP 5 >= 5.2.0, PHP 7, PHP 8) DateTi ...
me::__construct — 新しい DateTime オブジェクトを返す 説明 public DateTime::__constru ...
ct ( string $datetime = "now" , ? DateTimeZone $timezone = null ) DateTi ...
meImmutable::__construct() と似ていますが、 DateTime を用いて動作します。 DateTimeImmutable を代わりに使 ...
-
https://man.plustar.jp/php/datetime.construct.html
- [similar]
- 指定した書式で時刻文字列をパースする 8135
- « DateTime::__construct DateTime::createFromImmutable » PHP Manual DateTime 指定した書式で時刻文
...
字列をパースする DateTime::createFromFormat date_create_from_format (PHP 5 > ...
= 5.3.0, PHP 7, PHP 8) DateTime::createFromFormat -- date_create_from_format — 指定 ...
列をパースする 説明 オブジェクト指向型 public static DateTime::createFromFormat ( string $format , string $datet ...
ime , ? DateTimeZone $timezone = null ): DateTime | false 手続き型 ...
-
https://man.plustar.jp/php/datetime.createfromformat.html
- [similar]