検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 1267 for VALUE (0.021 sec.)
BSON type classes and serialization functions 2875
« MongoDB\Driver\WriteResult::isAcknowledged 関数 » PHP Manual MongoDB BSON type classes and ser ... omJSON — Returns the BSON representation of a JSON value MongoDB\BSON\fromPHP — Returns the BSON representa ... tion of a PHP value MongoDB\BSON\toCanonicalExtendedJSON — Returns the ... Canonical Extended JSON representation of a BSON value MongoDB\BSON\toJSON — Returns the Legacy Extended ... JSON representation of a BSON value MongoDB\BSON\toPHP — Returns the PHP representatio ...
https://man.plustar.jp/php/book.bson.html - [similar]
Swoole 2875
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... mic class Swoole\Atomic::add — Add a number to the value to the atomic object. Swoole\Atomic::cmpset — Comp ... are and set the value of the atomic object. Swoole\Atomic::__construct — ... tomic object. Swoole\Atomic::get — Get the current value of the atomic object. Swoole\Atomic::set — Set a n ... ew value to the atomic object. Swoole\Atomic::sub — Subtrac ...
https://man.plustar.jp/php/book.swoole.html - [similar]
The EventHttp class 2875
« EventDnsBase::setSearchNdots EventHttp::accept » PHP Manual Event The EventHttp class The Even ... ring $arg = ? ): void public setMaxBodySize ( int $value ): void public setMaxHeadersSize ( int $value ): v ... oid public setTimeout ( int $value ): void } 目次 EventHttp::accept — Makes an HTTP s ...
https://man.plustar.jp/php/class.eventhttp.html - [similar]
The EvTimer class 2875
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... loop iteration then the ones with earlier time-out values are invoked before ones of the same priority with ... later time-out values (but this is no longer true when a callback calls ... events ): void public EvWatcher::keepalive ( bool $value = ? ): bool public EvWatcher::setCallback ( callab ... urrent event loop time, otherwise it's the timeout value currently configured. That is, after instanciating ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
照合用の属性を設定する 2875
« Collator::getStrength Collator::setStrength » PHP Manual Collator 照合用の属性を設定する Colla ... lic Collator::setAttribute ( int $attribute , int $value ): bool 手続き型 collator_set_attribute ( Collator ... $object , int $attribute , int $value ): bool パラメータ object Collator オブジェクト。 ... attribute 属性。 value 属性の値。 戻り値 成功した場合に true を、失敗した ...
https://man.plustar.jp/php/collator.setattribute.html - [similar]
Creates a new instance 2875
« Ds\Map::clear Ds\Map::copy » PHP Manual Map Creates a new instance Ds\Map::__construct (PECL d ... stance 説明 public Ds\Map::__construct ( mixed ...$values ) Creates a new instance, using either a traversa ... ble object or an array for the initial values . パラメータ values A traversable object or an ar ... ray to use for the initial values. 例 例1 Ds\Map::__construct() example <?php $map ... object(Ds\Pair)#1 (2) { ["key"]=> string(1) "a" ["value"]=> int(1) } [1]=> object(Ds\Pair)#3 (2) { ["key"] ...
https://man.plustar.jp/php/ds-map.construct.html - [similar]
Returns a sequence containing all the pairs of the map 2875
« Ds\Map::merge Ds\Map::put » PHP Manual Map Returns a sequence containing all the pairs of the ... object(Ds\Pair)#5 (2) { ["key"]=> string(1) "a" ["value"]=> int(1) } [1]=> object(Ds\Pair)#6 (2) { ["key"] ... => string(1) "b" ["value"]=> int(2) } [2]=> object(Ds\Pair)#7 (2) { ["key"] ... => string(1) "c" ["value"]=> int(3) } } p 関連キーワード: Ds , Map , pairs ...
https://man.plustar.jp/php/ds-map.pairs.html - [similar]
エントリを置換または挿入する 2875
« dba_popen dba_sync » PHP Manual DBA 関数 エントリを置換または挿入する dba_replace (PHP 4, PHP ... る 説明 dba_replace ( string | array $key , string $value , resource $dba ): bool dba_replace() は、 dba で ... 指定したデータベースに key および value で記述されるエントリを 置換または挿入します。 パラ ... メータ key 置換するエントリのキー。 value 置換される値。 dba dba_open() あるいは dba_popen() ...
https://man.plustar.jp/php/function.dba-replace.html - [similar]
文字列の先頭および末尾にあるホワイトスペースを取り除く 2875
« substr ucfirst » PHP Manual String 関数 文字列の先頭および末尾にあるホワイトスペースを取り除く ... を用いて配列の値をトリミングする <?php function trim_value (& $value ) { $value = trim ( $value ); } $fruit = ... ; var_dump ( $fruit ); array_walk ( $fruit , 'trim_value' ); var_dump ( $fruit ); ?> 上の例の出力は以下とな ...
https://man.plustar.jp/php/function.trim.html - [similar]
Returns a representation that can be converted to JSON 2875
« MongoDB\BSON\Int64::__construct MongoDB\BSON\Int64::serialize » PHP Manual MongoDB\BSON\Int64 ... ON() ), in order to ensure that the 64-bit integer value is correctly represented on 32-bit platforms. エラ ... e Canonical Extended JSON representation of a BSON value MongoDB\BSON\toRelaxedExtendedJSON() - Returns the ... Relaxed Extended JSON representation of a BSON value » MongoDB Extended JSON 関連キーワード: BSON , Int ...
https://man.plustar.jp/php/mongodb-bson-int64.jsonserialize.html - [similar]