検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 138 for datetime (0.007 sec.)
DateTimeImmutable クラス 6185
« DateTime::sub DateTimeImmutable::add » PHP Manual Date/Time DateTimeImmutable クラス DateTimeI ... 8) はじめに 日付と時刻を表現します。 このクラスは DateTime と同じ振る舞いをします。 但し、 DateTime::modify() ... ソッドが呼び出された時を除きます。 クラス概要 class DateTimeImmutable implements DateTimeInterface { /* 継承した ... 定数 */ const string DateTimeInterface::ATOM = "Y-m-d\TH:i:sP" ; const string Da ... erface::COOKIE = "l, d-M-Y H:i:s T" ; const string DateTimeInterface::ISO8601 = "Y-m-d\TH:i:sO" ; const string ...
https://man.plustar.jp/php/class.datetimeimmutable.html - [similar]
指定した書式でフォーマットした日付を返す 6185
« DateTime::diff DateTime::getOffset » PHP Manual DateTimeInterface 指定した書式でフォーマットし ... た日付を返す DateTime::format DateTimeImmutable::format DateTimeInterfac ... :format date_format (PHP 5 >= 5.2.1, PHP 7, PHP 8) DateTime::format -- DateTimeImmutable::format -- DateTimeIn ... マットした日付を返す 説明 オブジェクト指向型 public DateTime::format ( string $format ): string public DateTime ... mmutable::format ( string $format ): string public DateTimeInterface::format ( string $format ): string 手続き ...
https://man.plustar.jp/php/datetime.format.html - [similar]
オブジェクトの継承 6113
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ ... せずにメソッドをオーバーライドする場合 <?php class MyDateTime extends DateTime { public function modify ( string ... PHP 8.1.0 以降では、"Deprecated: Return type of MyDateTime::modify(string $modifier) should either be compati ... ble with DateTime::modify(string $modifier): DateTime|false, or the ... 言してメソッドをオーバーライドする場合 <?php class MyDateTime extends DateTime { public function modify ( string ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
間隔をフォーマットする 6005
« DateInterval::createFromDateString DatePeriod » PHP Manual DateInterval 間隔をフォーマットする ... 0 を含む 2 桁 01 , 03 , 31 d 日、数値 1 , 3 , 31 a DateTime::diff() の結果に使った場合は総日数、それ以外の場合 ... 力は以下となります。 32 days 例3 DateInterval および DateTime::diff() での修飾子 %a および %d <?php $january = n ... ew DateTime ( '2010-01-01' ); $february = new DateTime ( '2010 ... d 1 day" までのどれとでも解釈可能だからです。 参考 DateTime::diff() - ふたつの DateTime オブジェクトの差を返す ...
https://man.plustar.jp/php/dateinterval.format.html - [similar]
指定した日付/時刻の詳細な情報を連想配列で返す 5981
« date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連 ... 詳細な情報を連想配列で返す 説明 date_parse ( string $datetime ): array date_parse() は、 strtotime() や DateTime ... Immutable::__construct() と同じルールに従って datetime をパースします。 Unixタイムスタンプ ( strtotime() ... の場合) や DateTimeImmutable ( DateTimeImmutable::__construct() の場合 ... ) を返す代わりに、指定した datetime から検知できた情報を連想配列として返します。 あるグ ...
https://man.plustar.jp/php/function.date-parse.html - [similar]
終了日を取得する 5933
« DatePeriod::getDateInterval DatePeriod::getRecurrences » PHP Manual DatePeriod 終了日を取得する ... ブジェクト指向型 public DatePeriod::getEndDate (): ? DateTimeInterface 期間の終了日を取得します。 パラメータ この ... ータを用いて初期化されている場合です。 DatePeriod が DateTimeImmutable オブジェクトを end に指定して初期化されて ... いる場合は DateTimeImmutable オブジェクト を返します。 それ以外の場合は ... 、 終了日を表す、コピーされた DateTime オブジェクトを返します。 例 例1 DatePeriod::getEnd ...
https://man.plustar.jp/php/dateperiod.getenddate.html - [similar]
Picker Control 5909
« UI\Controls\Radio::setSelected UI\Controls\Picker::__construct » PHP Manual UI Picker Control ... ton which when clicked presents a native Date/Time/DateTime Picker interface to the user. クラス概要 class UI\ ... nts */ const int Date ; const int Time ; const int DateTime ; /* Constructor */ public __construct ( int $type ... ols\Picker::Time A Time Picker UI\Controls\Picker::DateTime A Date and Time Picker 目次 UI\Controls\Picker::__ ... ker , public , Date , int , Controls , construct , DateTime , 継承 , Construct ...
https://man.plustar.jp/php/class.ui-controls-picker.html - [similar]
日付/時刻 の値を文字列としてフォーマットする 5886
« IntlDateFormatter::create IntlDateFormatter::formatObject » PHP Manual IntlDateFormatter 日付/ ... public IntlDateFormatter::format ( IntlCalendar | DateTimeInterface | array | string | int | float $datetime ... at ( IntlDateFormatter $formatter , IntlCalendar | DateTimeInterface | array | string | int | float $datetime ... す。 パラメータ formatter Date Formatter リソース。 datetime フォーマットする値。 DateTimeInterface オブジェクト ... るいは localtime() が出力する形式の配列となります。 DateTime オブジェクトあるいは IntlCalendar オブジェクトを渡 ...
https://man.plustar.jp/php/intldateformatter.format.html - [similar]
新しい DateInterval オブジェクトを作成する 5862
« DateInterval DateInterval::createFromDateString » PHP Manual DateInterval 新しい DateInterval ... 参考 DateInterval::format() - 間隔をフォーマットする DateTime::add() - 年月日時分秒の値を加えることで、DateTime ... オブジェクトを変更する DateTime::sub() - 年月日時分秒の値を DateTime オブジェクトか ... ら引く DateTime::diff() - ふたつの DateTime オブジェクトの差を返す ... int , DateInterval , オブジェクト , 作成 , 間隔 , DateTime , special , 単位 , relative , invert ...
https://man.plustar.jp/php/dateinterval.construct.html - [similar]
The MongoDB\BSON\UTCDateTimeInterface interface 5766
« MongoDB\BSON\TimestampInterface::__toString MongoDB\BSON\UTCDateTimeInterface::toDateTime » PH ... P Manual MongoDB\BSON The MongoDB\BSON\UTCDateTimeInterface interface The MongoDB\BSON\UTCDateTimeInt ... に This interface is implemented by MongoDB\BSON\UTCDateTime to be used as a parameter, return, or property typ ... userland classes. クラス概要 class MongoDB\BSON\UTCDateTimeInterface { /* メソッド */ abstract public toDateTi ... me (): DateTime abstract public __toString (): string } 目次 Mongo ...
https://man.plustar.jp/php/class.mongodb-bson-utcdatetimeinterface.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT