検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 1267 for VALUE (0.122 sec.)
変数が boolean であるかを調べる 2836
« is_array is_callable » PHP Manual 変数操作 関数 変数が boolean であるかを調べる is_bool (PHP 4 ... 数が boolean であるかを調べる 説明 is_bool ( mixed $value ): bool 指定した変数が boolean であるかどうかを調べ ... ます。 パラメータ value 評価する変数。 戻り値 value が bool である場合に t ...
https://man.plustar.jp/php/function.is-bool.html - [similar]
種々の readline の内部変数を取得/設定する 2836
« readline_completion_function readline_list_history » PHP Manual Readline 関数 種々の readline ... ing $var_name = null , int | string | bool | null $value = null ): mixed さまざまな readline の内部変数の取 ... は設定を行います。 パラメータ var_name 変数の名前。 value 指定した場合は、これがその設定の新しい値となります ... れます。 変更履歴 バージョン 説明 8.0.0 var_name と value は、 nullable になりました。 関連キーワード: 設定 ...
https://man.plustar.jp/php/function.readline-info.html - [similar]
Construct a new Decimal128 2836
« MongoDB\BSON\Decimal128 MongoDB\BSON\Decimal128::jsonSerialize » PHP Manual MongoDB\BSON\Decim ... lic MongoDB\BSON\Decimal128::__construct ( string $value = ? ) 注意 : MongoDB\BSON\Decimal128 は、 MongoDB ... れを使おうとすると、エラーが発生します。 パラメータ value ( string ) A decimal string. エラー / 例外 引数のパ ... ngoDB\Driver\Exception\InvalidArgumentException if value is not a valid decimal string. 例 例1 MongoDB\BSON ...
https://man.plustar.jp/php/mongodb-bson-decimal128.construct.html - [similar]
Provides an array or document to serialize as BSON 2836
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... always be serialized as a BSON document. For field values, associative arrays and stdClass instances will b ... bsonSerialize () { return [ 'foo' => 'bar' ]; } } $value = [ 'document' => new MyDocument ]; $bson = MongoD ... B \ BSON \ fromPHP ( $value ); echo MongoDB \ BSON \ toJSON ( $bson ), "\n" ; ... tion bsonSerialize () { return [ 1 , 2 , 3 ]; } } $value = [ 'array' => new MyArray ]; $bson = MongoDB \ BS ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
Serialization to BSON 2836
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... xtracts of a full document, and represent only one value inside a document. Objects If an object is of the ... lizable may only be serialized as a document field value. Attempting to serialize such an object as a root ... nt will throw a MongoDB\Driver\Exception\UnexpectedValueException If an object is of an unknown class imple ... e, then throw a MongoDB\Driver\Exception\UnexpectedValueException If an object is of any other class, witho ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
スカラー型の値を列挙型にマップする 2819
« BackedEnum BackedEnum::tryFrom » PHP Manual BackedEnum スカラー型の値を列挙型にマップする Back ... 説明 public static BackedEnum::from ( int | string $value ): static from() メソッドは 文字列型や整数型の値を ... します。 マッチする case が定義されていない場合は、 ValueError がスローされます。 パラメータ value 列挙型の ... なります。 enum(Suit::Hearts) Fatal error: Uncaught ValueError: "B" is not a valid backing value for enum "S ... スカラー , マップ , BackedEnum , case , 値 , from , ValueError , Suit , tryFrom , static ...
https://man.plustar.jp/php/backedenum.from.html - [similar]
SolrInputDocument クラス 2819
« SolrUtils::queryPhrase SolrInputDocument::addChildDocument » PHP Manual Solr SolrInputDocument ... nst int SORT_FIELD_NAME = 1 ; const int SORT_FIELD_VALUE_COUNT = 2 ; const int SORT_FIELD_BOOST_VALUE = 4 ; ... public addField ( string $fieldName , string $fieldValue , float $fieldBoostValue = 0.0 ): bool public clea ... set (): bool public setBoost ( float $documentBoostValue ): bool public setFieldBoost ( string $fieldName , ... float $fieldBoostValue ): bool public sort ( int $sortOrderBy , int $sort ...
https://man.plustar.jp/php/class.solrinputdocument.html - [similar]
The Swoole\Http\Response class 2819
« Swoole\Http\Request::rawcontent Swoole\Http\Response::cookie » PHP Manual Swoole The Swoole\Ht ... メソッド */ public cookie ( string $name , string $value = ? , string $expires = ? , string $path = ? , str ... : ReturnType public header ( string $key , string $value , string $ucwords = ? ): void public initHeader () ... turnType public rawcookie ( string $name , string $value = ? , string $expires = ? , string $path = ? , str ...
https://man.plustar.jp/php/class.swoole-http-response.html - [similar]
Sets maximum request body size 2819
« EventHttp::setDefaultCallback EventHttp::setMaxHeadersSize » PHP Manual EventHttp Sets maximum ... size 説明 public EventHttp::setMaxBodySize ( int $value ): void Sets maximum request body size. パラメータ ... value The body size in bytes. 戻り値 値を返しません。 参 ...
https://man.plustar.jp/php/eventhttp.setmaxbodysize.html - [similar]
Sets maximum HTTP header size 2819
« EventHttp::setMaxBodySize EventHttp::setTimeout » PHP Manual EventHttp Sets maximum HTTP heade ... ze 説明 public EventHttp::setMaxHeadersSize ( int $value ): void Sets maximum HTTP header size. パラメータ ...
https://man.plustar.jp/php/eventhttp.setmaxheaderssize.html - [similar]