検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 66 for DateTimeImmutable (0.026 sec.)
タイムゾーンを設定する 9403
« DateTimeImmutable::setTimestamp DateTimeImmutable::sub » PHP Manual DateTimeImmutable タイムゾ ... ーンを設定する DateTimeImmutable::setTimezone (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTi ... ::setTimezone — タイムゾーンを設定する 説明 public DateTimeImmutable::setTimezone ( DateTimeZone $timezone ): DateTimeI ... mmutable 新しいタイムゾーンを設定した、 新しい DateTimeImmutable オブジェクトを返します。 パラメータ object 手続き型 ... ドをチェインできるようにするため、 変更された新しい DateTimeImmutable オブジェクトを返します。 例 例1 DateTimeImmutable: ...
https://man.plustar.jp/php/datetimeimmutable.settimezone.html - [similar]
__set_state ハンドラ 9375
« DateTimeImmutable::modify DateTimeImmutable::setDate » PHP Manual DateTimeImmutable __set_stat ... e ハンドラ DateTimeImmutable::__set_state (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTi ... et_state — __set_state ハンドラ 説明 public static DateTimeImmutable::__set_state ( array $array ): DateTimeImmutable _ ... します。 パラメータ array 初期化配列。 戻り値 新しい DateTimeImmutable オブジェクトのインスタンスを返します。 関連キーワー ... ド: ハンドラ , DateTimeImmutable , array , modify , setDate , public , static , 処理 ...
https://man.plustar.jp/php/datetimeimmutable.set-state.html - [similar]
時刻を設定する 9346
« DateTimeImmutable::setISODate DateTimeImmutable::setTimestamp » PHP Manual DateTimeImmutable... 刻を設定する DateTimeImmutable::setTime (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTimeIm ... mutable::setTime — 時刻を設定する 説明 public DateTimeImmutable::setTime ( int $hour , int $minute , int $second = ... 0 , int $microsecond = 0 ): DateTimeImmutable 指定された時刻を設定した、 新しい DateTimeImmutabl ... ond その時刻のマイクロ秒。 戻り値 新しく変更された DateTimeImmutable オブジェクトを返します。失敗した場合に false を返し ...
https://man.plustar.jp/php/datetimeimmutable.settime.html - [similar]
日付・時刻 9118
« unixtojd はじめに » PHP Manual 日付および時刻関連 日付・時刻 日付・時刻 はじめに インストール/ ... ースする DateTime::createFromImmutable — 与えられた DateTimeImmutable オブジェクトをカプセル化した、新しい DateTime オブ ... — 年月日時分秒の値を DateTime オブジェクトから引く DateTimeImmutableDateTimeImmutable クラス DateTimeImmutable::add ... — 年月日時分秒の値を加え、新しいオブジェクトを返す DateTimeImmutable::__construct — 新しい DateTimeImmutable オブジェク ... トを返す DateTimeImmutable::createFromFormat — 時刻の文字列を指定されたフォー ...
https://man.plustar.jp/php/book.datetime.html - [similar]
時刻の文字列を指定されたフォーマットに従ってパースする 8818
« DateTimeImmutable::__construct DateTimeImmutable::createFromInterface » PHP Manual DateTimeImmutable ... 刻の文字列を指定されたフォーマットに従ってパースする DateTimeImmutable::createFromFormat date_create_immutable_from_forma ... t (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTimeImmutable::createFromFormat -- date_create_immutable_from_fo ... ってパースする 説明 オブジェクト指向型 public static DateTimeImmutable::createFromFormat ( string $format , string $datet ... ime , ? DateTimeZone $timezone = null ): DateTimeImmutable | false 手続き型 date_create_immutable_from_format ...
https://man.plustar.jp/php/datetimeimmutable.createfromformat.html - [similar]
警告およびエラーを返す 8761
« DateTimeImmutable::createFromMutable DateTimeImmutable::modify » PHP Manual DateTimeImmutable ... 警告およびエラーを返す DateTimeImmutable::getLastErrors (PHP 5 >= 5.5.0, PHP 7, PHP 8) Date ... Errors — 警告およびエラーを返す 説明 public static DateTimeImmutable::getLastErrors (): array | false 日付/時刻文字列の ... 警告やエラーがない場合は false を返します。 例 例1 DateTimeImmutable::getLastErrors() の例 オブジェクト指向型 <?php try ... { $date = new DateTimeImmutable ( 'asdfasdf' ); } catch ( Exception $e ) { // 使用 ...
https://man.plustar.jp/php/datetimeimmutable.getlasterrors.html - [similar]
与えられた DateTimeImmutable オブジェクトをカプセル化した、新しい DateTime オブ... 7991
« DateTime::createFromFormat DateTime::createFromInterface » PHP Manual DateTime 与えられた DateTimeImmutable ... PHP 8) DateTime::createFromImmutable — 与えられた DateTimeImmutable オブジェクトをカプセル化した、新しい DateTime オブ ... 説明 public static DateTime::createFromImmutable ( DateTimeImmutable $object ): DateTime パラメータ object 変更可能なバ ... ージョンに変換が必要な、 DateTimeImmutable オブジェクト。 このオブジェクトは変更されませんが、 ... 変更可能な日付オブジェクトを作る <?php $date = new DateTimeImmutable ( "2014-06-20 11:45 Europe/London" ); $mutable = D ...
https://man.plustar.jp/php/datetime.createfromimmutable.html - [similar]
DateTimeImmutable::__construct のエイリアス 7905
« date_create_immutable_from_format date_create » PHP Manual 日付・時刻 関数 DateTimeImmutable:: ... 5 >= 5.5.0, PHP 7, PHP 8) date_create_immutable — DateTimeImmutable::__construct() のエイリアス 説明 この関数は次の関数 ... のエイリアスです。 DateTimeImmutable::__construct() 関連キーワード: DateTimeImmutable , ...
https://man.plustar.jp/php/function.date-create-immutable.html - [similar]
DateTimeImmutable::createFromFormat のエイリアス 7877
« date_create_from_format date_create_immutable » PHP Manual 日付・時刻 関数 DateTimeImmutable:: ... PHP 7, PHP 8) date_create_immutable_from_format — DateTimeImmutable::createFromFormat() のエイリアス 説明 この関数は次 ... の関数のエイリアスです。 DateTimeImmutable::createFromFormat() 関連キーワード: DateTimeImmuta ...
https://man.plustar.jp/php/function.date-create-immutable-from-format.html - [similar]
__wakeup ハンドラ 7320
« DateTime::getTimezone DateTimeZone » PHP Manual DateTimeInterface __wakeup ハンドラ DateTime:: ... __wakeup DateTimeImmutable::__wakeup DateTimeInterface::__wakeup (PHP 5 >= 5. ... 3.0, PHP 7, PHP 8) DateTime::__wakeup -- DateTimeImmutable::__wakeup -- DateTimeInterface::__wakeup — __wakeu ... ドラ 説明 public DateTime::__wakeup (): void public DateTimeImmutable::__wakeup (): void public DateTimeInterface::__wak ... wakeup , ハンドラ , DateTime , DateTimeInterface , DateTimeImmutable , public , パラメータ , getTimezone , DateTimeZone ...
https://man.plustar.jp/php/datetime.wakeup.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT