検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 734 for s (0.014 sec.)
Returns the command's duration in microseconds 4985
« MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandName MongoDB\Driver\Monitoring\Comm ... andSucceededEvent::getOperationId » PHP Manual MongoDB\ ... Driver\Monitoring\CommandSucceededEvent Returns the command's duration in mic ... roseconds MongoDB\Driver\Monitoring\CommandSucceededEv ... ent::getDurationMicros (mongodb >=1.3.0) MongoDB\Driver\Monitoring\Comman ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandsucceededevent.getdu... - [similar]
指定された時刻と、このオブジェクトの時刻の差を計算する 4930
« IntlCalendar::equals IntlCalendar::fromDateTime » PHP Manual IntlCalendar 指定された時刻と、こ ... public IntlCalendar::fieldDifference ( float $timestamp , int $field ): int | false 手続き型 intlcal_f ... d_difference ( IntlCalendar $calendar , float $timestamp , int $field ): int | false field に設定された ... タ calendar IntlCalendar クラスのインスタンス。 timestamp field が表す、比較する時刻の量。 結果を正の値に ... r::FIELD_COUNT までの間の整数値です。 戻り値 Returns a (signed) difference of time in the unit associat ...
https://man.plustar.jp/php/intlcalendar.fielddifference.html - [similar]
日付/時刻 の算術 4902
« 例 DateTime » PHP Manual 例 日付/時刻 の算術 日付/時刻 の算術 以下の例は、DST(夏時間) への移行 ... 罠をいくつか紹介します。 例1 DateTimeImmutable::add/sub は、経過時間を含む区間を足してしまう DST (夏時間 ... , new DateTimeZone ( "America/New_York" )); echo "Start: " , $dt -> format ( "Y-m-d H:i:s P" ), PHP_EO ... T3H" )); echo "End: " , $dt -> format ( "Y-m-d H:i:s P" ), PHP_EOL ; ?> 上の例の出力は以下となります。 ... 1 02:00:00 -05:00 例2 DateTimeImmutable::modify と strtotime を使い、個々のコンポーネントの値をインクリ ...
https://man.plustar.jp/php/datetime.examples-arithmetic.html - [similar]
スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 4902
« posix_mkfifo posix_setegid » PHP Manual POSIX 関数 スペシャルファイルあるいは通常のファイルを作 ... 成する (POSIX.1) posix_mknod (PHP 5 >= 5.1.0, PHP 7, PHP 8) po ... ペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 説明 posix_mknod ( string $filename , int $fl ... ags , int $major = 0 , int $minor = 0 ): bool スペシャ ... します。 パラメータ filename 作成するファイル。 flags このパラメータは、ファイル型(以下の定数 POSIX_S_IF ...
https://man.plustar.jp/php/function.posix-mknod.html - [similar]
Returns the command's request ID 4902
« MongoDB\Driver\Monitoring\CommandFailedEvent::getReply MongoDB\Driver\Monitoring\CommandFailed ... Event::getServer » PHP Manual MongoDB\Driver\Monitoring\Comman ... dFailedEvent Returns the command's request ID MongoDB\Driver\Monitoring ... \CommandFailedEvent::getRequestId (mongodb >=1.3.0) MongoDB\Driver\Monitoring\Com ... mandFailedEvent::getRequestId — Returns the command's request ID 説明 final p ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandfailedevent.getreque... - [similar]
Returns the command's request ID 4902
« MongoDB\Driver\Monitoring\CommandSucceededEvent::getReply MongoDB\Driver\Monitoring\CommandSuc ... ceededEvent::getServer » PHP Manual MongoDB\Driver\Monitoring\Comman ... dSucceededEvent Returns the command's request ID Mong ... oDB\Driver\Monitoring\CommandSucceededEvent::getRequestId (mongodb >=1.3.0) Mongo ... DB\Driver\Monitoring\CommandSucceededEvent::getRequestId — Returns the command's ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandsucceededevent.getre... - [similar]
Returns the Binary's data 4875
« MongoDB\BSON\Binary::serialize MongoDB\BSON\Binary::unserialize » PHP Manual MongoDB\BSON\Bina ... ry Returns the Binary's data MongoDB\BSON\Binary::__toString ... (mongodb >=1.2.0) MongoDB\BSON\Binary::__toString — Returns the Binary's data 説 ... 明 final public MongoDB\BSON\Binary::__toString (): string このメソッドは次の ... メソッドのエイリアスです。 MongoDB\BSON\Binary::getData() . パラメータ この関数にはパラメ ...
https://man.plustar.jp/php/mongodb-bson-binary.tostring.html - [similar]
Returns the Javascript's code 4875
« MongoDB\BSON\Javascript::serialize MongoDB\BSON\Javascript::unserialize » PHP Manual MongoDB\B ... SON\Javascript Returns the Javascript's code MongoDB\BSON\Ja ... vascript::__toString (mongodb >=1.2.0) MongoDB\BSON\Ja ... vascript::__toString — Returns the Javascript's code 説 ... 明 final public MongoDB\BSON\Javascript::__toString (): string このメソッドは ...
https://man.plustar.jp/php/mongodb-bson-javascript.tostring.html - [similar]
オブジェクトをストレージに追加する 4875
« SplObjectStorage::addAll SplObjectStorage::contains » PHP Manual SplObjectStorage オブジェクト ... をストレージに追加する SplObjectStorage::attach (PHP 5 >= 5.1.0, PHP 7, PHP ... 8) SplObjectStorage::attach — オブジェクトをストレージに ... 追加する 説明 public SplObjectStorage::attach ( object $object , mixed $i ... に関連づけるデータ。 戻り値 値を返しません。 例 例1 SplObjectStorage::attach() の例 <?php $o1 = new StdC ...
https://man.plustar.jp/php/splobjectstorage.attach.html - [similar]
イテレータの現在のエントリが有効かどうかを返す 4875
« SplObjectStorage::unserialize イテレータ » PHP Manual SplObjectStorage イテレータの現在のエント ... リが有効かどうかを返す SplObjectStorage::valid (PHP 5 >= 5.1.0, PHP 7, PHP ... 8) SplObjectStorage::valid — イテレータの現在のエントリ ... が有効かどうかを返す 説明 public SplObjectStorage::valid (): bool イテレータの現在のエ ... のエントリが有効な場合に true 、それ以外の場合に false を返します。 例 例1 SplObjectStorage::valid() の例 ...
https://man.plustar.jp/php/splobjectstorage.valid.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT