検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 138 for datetime (0.002 sec.)
指定した DateTime に関連するタイムゾーンを返す 8111
« DateTime::getTimestamp DateTime::__wakeup » PHP Manual DateTimeInterface 指定した DateTime に関 ... 連するタイムゾーンを返す DateTime::getTimezone DateTimeImmutable::getTimezone DateTi ... e date_timezone_get (PHP 5 >= 5.2.1, PHP 7, PHP 8) DateTime::getTimezone -- DateTimeImmutable::getTimezone -- ... rface::getTimezone -- date_timezone_get — 指定した DateTime に関連するタイムゾーンを返す 説明 オブジェクト指向 ... 型 public DateTime::getTimezone (): DateTimeZone | false public DateT ...
https://man.plustar.jp/php/datetime.gettimezone.html - [similar]
日付を設定する 8087
« DateTime::__set_state DateTime::setISODate » PHP Manual DateTime 日付を設定する DateTime::setD ... ate date_date_set (PHP 5 >= 5.2.0, PHP 7, PHP 8) DateTime::setDate -- date_date_set — 日付を設定する 説明 オ ... ブジェクト指向型 public DateTime::setDate ( int $year , int $month , int $day ): Da ... teTime 手続き型 date_date_set ( DateTime $object , int $year , int $month , int $day ): Dat ... eTime DateTime オブジェクトの現在の日付をリセットし、別の日付にし ...
https://man.plustar.jp/php/datetime.setdate.html - [similar]
時刻を設定する 8087
« DateTime::setISODate DateTime::setTimestamp » PHP Manual DateTime 時刻を設定する DateTime::set ... Time date_time_set (PHP 5 >= 5.2.0, PHP 7, PHP 8) DateTime::setTime -- date_time_set — 時刻を設定する 説明 オ ... ブジェクト指向型 public DateTime::setTime ( int $hour , int $minute , int $second = ... 0 , int $microsecond = 0 ): DateTime 手続き型 date_time_set ( DateTime $object , int $h ... minute , int $second = 0 , int $microsecond = 0 ): DateTime DateTime オブジェクトの現在時刻を別の時刻にリセット ...
https://man.plustar.jp/php/datetime.settime.html - [similar]
与えられた DateTimeImmutable オブジェクトをカプセル化した、新しい DateTime オブ... 8063
« DateTime::createFromFormat DateTime::createFromInterface » PHP Manual DateTime 与えられた DateTime ... TimeImmutable オブジェクトをカプセル化した、新しい DateTime オブジェクトを返す DateTime::createFromImmutable ( ... PHP 7 >= 7.3.0, PHP 8) DateTime::createFromImmutable — 与えられた DateTimeImmutabl ... e オブジェクトをカプセル化した、新しい DateTime オブジェクトを返す 説明 public static DateTime::cr ... eateFromImmutable ( DateTimeImmutable $object ): DateTime パラメータ object 変更 ...
https://man.plustar.jp/php/datetime.createfromimmutable.html - [similar]
新しい DateTime オブジェクトを作成する 8015
« date_create_immutable date_date_set » PHP Manual 日付・時刻 関数 新しい DateTime オブジェクトを ... PHP 5 >= 5.2.0, PHP 7, PHP 8) date_create — 新しい DateTime オブジェクトを作成する 説明 date_create ( string $ ... datetime = "now" , ? DateTimeZone $timezone = null ): DateTime | false DateTime: ... :__construct() の手続き型バージョンです。 DateTime のコンストラクタと異なり、 datetime に渡された文字 ... 例外を投げる代わりに false を返します。 パラメータ DateTimeImmutable::__construct も参照ください。 戻り値 新し ...
https://man.plustar.jp/php/function.date-create.html - [similar]
DateTime オブジェクトまたは文字列から、IntlCalendar を作成する 8015
« IntlCalendar::fieldDifference IntlCalendar::get » PHP Manual IntlCalendar DateTime オブジェクト ... 字列から、IntlCalendar を作成する IntlCalendar::fromDateTime (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a2) In ... tlCalendar::fromDateTimeDateTime オブジェクトまたは文字列から、IntlCalen ... オブジェクト指向型 public static IntlCalendar::fromDateTime ( DateTime | string $datetime , ? string $locale = ... : ? IntlCalendar 手続き型 intlcal_from_date_time ( DateTime | string $datetime , ? string $locale = null ): ? ...
https://man.plustar.jp/php/intlcalendar.fromdatetime.html - [similar]
ISO 形式の日付を設定する 7991
« DateTime::setDate DateTime::setTime » PHP Manual DateTime ISO 形式の日付を設定する DateTime::s ... te date_isodate_set (PHP 5 >= 5.2.0, PHP 7, PHP 8) DateTime::setISODate -- date_isodate_set — ISO 形式の日付を ... 設定する 説明 オブジェクト指向型 public DateTime::setISODate ( int $year , int $week , int $dayOfWe ... ek = 1 ): DateTime 手続き型 date_isodate_set ( DateTime $object , int ... $year , int $week , int $dayOfWeek = 1 ): DateTime ISO 8601 標準形式、つまり特定の日付ではなく、週と日 ...
https://man.plustar.jp/php/datetime.setisodate.html - [similar]
Unix タイムスタンプを用いて日付と時刻を設定する 7955
« DateTime::setTime DateTime::setTimezone » PHP Manual DateTime Unix タイムスタンプを用いて日付と ... 時刻を設定する DateTime::setTimestamp date_timestamp_set (PHP 5 >= 5.3.0, ... PHP 7, PHP 8) DateTime::setTimestamp -- date_timestamp_set — Unix タイムス ... 日付と時刻を設定する 説明 オブジェクト指向型 public DateTime::setTimestamp ( int $timestamp ): DateTime 手続き型 ... date_timestamp_set ( DateTime $object , int $timestamp ): DateTime Unix タイムス ...
https://man.plustar.jp/php/datetime.settimestamp.html - [similar]
__set_state ハンドラ 7931
« DateTime::modify DateTime::setDate » PHP Manual DateTime __set_state ハンドラ DateTime::__set_ ... state (PHP 5 >= 5.3.0, PHP 7, PHP 8) DateTime::__set_state — __set_state ハンドラ 説明 public st ... atic DateTime::__set_state ( array $array ): DateTime __set_stat ... e() ハンドラを処理します。 DateTimeImmutable::__set_state() に似ていますが、 DateTime ... します。 パラメータ array 初期化配列。 戻り値 新しい DateTime オブジェクトのインスタンスを返します。 関連キーワー ...
https://man.plustar.jp/php/datetime.set-state.html - [similar]
Returns the DateTime representation of this UTCDateTime 7836
« MongoDB\BSON\UTCDateTime::serialize MongoDB\BSON\UTCDateTime::__toString » PHP Manual MongoDB\ ... BSON\UTCDateTime Returns the DateTime representation of this UTCDat ... eTime MongoDB\BSON\UTCDateTime::toDateTime (mongodb >=1.0.0) MongoDB\BSON\UTCDate ... Time::toDateTime — Returns the DateTime representation of this UTCD ... ateTime 説明 final public MongoDB\BSON\UTCDateTime::toDateTime (): DateTime パラメータ この関数にはパ ...
https://man.plustar.jp/php/mongodb-bson-utcdatetime.todatetime.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT