検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 405 for D (0.001 sec.)
DateTimeImmutable クラス 9617
« DateTime::sub DateTimeImmutable::add » PHP Manual Date/Time DateTimeImmutable クラス DateTimeI ... 8) はじめに 日付と時刻を表現します。 このクラスは DateTime と同じ振る舞いをします。 但し、 DateTime::m ... odify() のような、 状態を変更して新しいオブジェクトを ... ソッドが呼び出された時を除きます。 クラス概要 class DateTimeImmutable implements DateTimeInterface { /* ... 継承した定数 */ const string DateTimeInterface::ATOM = "Y-m-d\TH:i:sP" ; const st ...
https://man.plustar.jp/php/class.datetimeimmutable.html - [similar]
DateTime クラス 9566
« 日付/時刻 の算術 DateTime::add » PHP Manual Date/Time DateTime クラス DateTime クラス (PHP 5 > ... めに 日付と時刻を表現するクラスです。 このクラスは、 DateTimeImmutable と同じ振る舞いをします。 但し、 Da ... teTime::modify() のような、 オブジェクトそのものを変更するメソ ... が呼び出された時を除きます。 このクラスの代わりに、 DateTimeImmutable を使うことを推奨します。 クラス概要 ... class DateTime implements DateTimeInterface { /* 継承した定 ...
https://man.plustar.jp/php/class.datetime.html - [similar]
DateTimeInterface インターフェイス 9566
« DateTimeImmutable::sub DateTime::diff » PHP Manual Date/Time DateTimeInterface インターフェイス ... DateTimeInterface インターフェイス (PHP 5 >= 5.5.0, ... PHP 7, PHP 8) はじめに DateTimeInterface は、 DateTime や DateTimeImmutable ... ることはできません。 インターフェイス概要 interface DateTimeInterface { /* 定数 */ const string ATOM = " ... Y-m-d\TH:i:sP" ; const string COOKIE = "l, d-M-Y H:i:s T ...
https://man.plustar.jp/php/class.datetimeinterface.html - [similar]
時刻の文字列を指定されたフォーマットに従ってパースする 7969
« DateTimeImmutable::__construct DateTimeImmutable::createFromInterface » PHP Manual DateTimeImm ... 刻の文字列を指定されたフォーマットに従ってパースする DateTimeImmutable::createFromFormat date_create_immu ... table_from_format (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTimeImmutable::createFromFormat -- date_create_i ... ってパースする 説明 オブジェクト指向型 public static DateTimeImmutable::createFromFormat ( string $format ... , string $datetime , ? DateTimeZone $timezone = null ): DateTi ...
https://man.plustar.jp/php/datetimeimmutable.createfromformat.html - [similar]
日付/時刻 の算術 7003
« 例 DateTime » PHP Manual 例 日付/時刻 の算術 日付/時刻 の算術 以下の例は、DST(夏時間) への移行 ... する 日付/時刻 の算術の罠をいくつか紹介します。 例1 DateTimeImmutable::add/sub は、経過時間を含む区間を足 ... してしまう DST (夏時間) への移行タイミングをまたいで 24時間を足 ... ゾーンでは) 23/25時間を足しているように見える <?php $dt = new DateTimeImmutable ( "2015-11-01 00:00:00" , ... new DateTimeZone ( "America/New_York" )); echo "Start: " ...
https://man.plustar.jp/php/datetime.examples-arithmetic.html - [similar]
名前解決のルール 6901
« 名前空間の使用法: グローバル関数/定数への移行 FAQ: 名前空間について知っておくべきこと » PHP Ma ... 、名前空間 A\B\C が C としてインポートされた場合、 C\D\E という名前は、 A\B\C\D\E と翻訳されます。 修飾名 ... に付加されます。 たとえば、名前空間 A\B の中にある C\D\E という名前は A\B\C\D\E に解決されます。 非修飾名 ... ます。 例1 名前解決の例 <?php namespace A ; use B \ D , C \ E as F ; // 関数のコール foo (); // まず名前 ... します // 見つからない場合は、クラス "A\B" の autoload を試みます new D (); // インポートルールを使用し、 ...
https://man.plustar.jp/php/language.namespaces.rules.html - [similar]
Get column information from a result and return as an object 6756
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... ion from a result and return as an object cubrid_fetch_field (PECL CUBRI ... D >= 8.3.1) cubrid_fetch_field — Get column information from a result ... and return as an object 説明 cubrid_fetch_field ( reso ... urce $result , int $field_offset = 0 ): object This function returns an obje ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
gettext の複数形版 6713
« gettext textdomain » PHP Manual Gettext 関数 gettext の複数形版 ngettext (PHP 4 >= 4.2.0, PHP ... があります。 パラメータ singular 単数形のメッセージ ID。 plural 複数形のメッセージ ID。 count 数 (件数など ... locale ( LC_ALL , 'cs_CZ' ); printf ( ngettext ( "%d window" , "%d windows" , 1 ), 1 ); // 1 okno print ... f ( ngettext ( "%d window" , "%d windows" , 2 ), 2 ); // 2 okna print ... f ( ngettext ( "%d window" , "%d windows" , 5 ), 5 ); // 5 oken ?> 関 ...
https://man.plustar.jp/php/function.ngettext.html - [similar]
6277
« 定義済み定数 Enchant 関数 » PHP Manual Enchant 例 例 例1 Enchant の使用例 <?php $tag = 'en_US' ... ; $r = enchant_broker_init (); $bprovides = enchant_broker_describe ( $r ); echo "現在のブ ... 次のバックエンドを提供します。\n" ; print_r ( $bprovides ); $dicts = enchant_broker_list_dicts ( $r ); pr ... int_r ( $dicts ); if ( enchant_broker_dict_exists ( $r , $tag ... )) { $d = enchant_broker_request_dict ( $r , $tag ); $dpro ...
https://man.plustar.jp/php/enchant.examples.html - [similar]
Execute one or more write operations 6175
« MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma ... nual MongoDB\Driver\Manager Execute one or more write operatio ... ns MongoDB\Driver\Manager::executeBulkWrite (mongodb >=1.0.0 ... ) MongoDB\Driver\Manager::executeBulkWrite — Execute one or ... more write operations 説明 final public MongoDB\Driver\Manager::executeBulkWrite ( string $namesp ...
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT