検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 1267 for value (0.167 sec.)
Creates a new set using a callable to determine which values to include 3033
« Ds\Set::diff Ds\Set::first » PHP Manual Set Creates a new set using a callable to determine wh ... ich values to include Ds\Set::filter (PECL ds >= 1.0.0) Ds\S ... ates a new set using a callable to determine which values to include 説明 public Ds\Set::filter ( callable ... ates a new set using a callable to determine which values to include. パラメータ callback callback ( mixed ... $value ): bool Optional callable which returns true if th ...
https://man.plustar.jp/php/ds-set.filter.html - [similar]
Creates a new vector using a callable to determine which values to include 3033
« Ds\Vector::count Ds\Vector::find » PHP Manual Vector Creates a new vector using a callable to ... determine which values to include Ds\Vector::filter (PECL ds >= 1.0.0) D ... s a new vector using a callable to determine which values to include 説明 public Ds\Vector::filter ( callab ... s a new vector using a callable to determine which values to include. パラメータ callback callback ( mixed ... $value ): bool Optional callable which returns true if th ...
https://man.plustar.jp/php/ds-vector.filter.html - [similar]
Adds an HTTP header to the headers of the request 3033
« EventHttpRequest EventHttpRequest::cancel » PHP Manual EventHttpRequest Adds an HTTP header to ... ventHttpRequest::addHeader ( string $key , string $value , int $type ): bool Adds an HTTP header to the hea ... ders of the request. パラメータ key Header name. value Header value. type One of EventHttpRequest::*_HEAD ...
https://man.plustar.jp/php/eventhttprequest.addheader.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 3033
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... BRID >= 8.3.1) cubrid_errno — Return the numerical value of the error message from previous CUBRID operatio ... he error code when API returns false as its return value. パラメータ conn_identifier The CUBRID connection ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
指定したフィルタでデータをフィルタリングする 3033
« filter_var_array 関数処理 » PHP Manual Filter 関数 指定したフィルタでデータをフィルタリングする ... データをフィルタリングする 説明 filter_var ( mixed $value , int $filter = FILTER_DEFAULT , array | int $opti ... ons = 0 ): mixed パラメータ value フィルタリングする値。値をフィルタリングする前に、 ... RE )); // コールバック検証フィルタ function foo ( $value ) { // 期待する書式: Surname, GivenNames if ( strp ... os ( $value , ", " ) === false ) return false ; list( $surname ...
https://man.plustar.jp/php/function.filter-var.html - [similar]
変数の型を取得する 3033
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, ... gettype — 変数の型を取得する 説明 gettype ( mixed $value ): string PHP 変数 value の型を返します。 型のチェ ... 、この関数ではなく is_* 関数を使います。 パラメータ value 型を調べたい変数。 戻り値 返された文字列は、以下の ... NULL , new stdClass , 'foo' ); foreach ( $data as $value ) { echo gettype ( $value ), "\n" ; } ?> 上の例の出 ...
https://man.plustar.jp/php/function.gettype.html - [similar]
ランダムな鍵を生成する 3033
« sodium_crypto_core_ristretto255_is_valid_point sodium_crypto_core_ristretto255_scalar_add » PH ... $bar = sodium_crypto_core_ristretto255_random (); $value = sodium_crypto_core_ristretto255_add ( $foo , $ba ... r ); $value = sodium_crypto_core_ristretto255_sub ( $value , $ ... bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上の例の出力は以下となります。 bool(true) 参 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-random.html - [similar]
ランダムな鍵を生成する 3033
« sodium_crypto_core_ristretto255_scalar_negate sodium_crypto_core_ristretto255_scalar_reduce » ... sodium_crypto_core_ristretto255_scalar_random (); $value = sodium_crypto_core_ristretto255_scalar_add ( $fo ... o , $bar ); $value = sodium_crypto_core_ristretto255_scalar_sub ( $va ... lue , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上の例の出力は以下となります。 bool(true) 参 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-rando... - [similar]
Returns a short, readable, parsable string representation of a variable 3033
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, ... ion of a variable 説明 var_representation ( mixed $value , int $flags = 0 ): string var_representation() (f ... ng escaping, and array representations. パラメータ value The variable to generate a representation of. flag ... tation() Examples <?php $a = [ 1 , 2 , [ 'key' => 'value' ]]; echo var_representation ( $a ), "\n" ; echo v ... 上の例の出力は以下となります。 [ 1, 2, [ 'key' => 'value', ], ] [1, 2, ['key' => 'value']] 例2 Escaping con ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
Sets the maximum number of characters of the field to return 3033
« SolrQuery::setHighlightHighlightMultiTerm SolrQuery::setHighlightMaxAnalyzedChars » PHP Manual ... Query::setHighlightAlternateField() was passed the value true , this parameter specifies the maximum number ... of characters of the field to return Any value less than or equal to 0 means unlimited. パラメータ ... eturns the current SolrQuery object, if the return value is used. 関連キーワード: SolrQuery , return , maxi ...
https://man.plustar.jp/php/solrquery.sethighlightmaxalternatefieldlength.html - [similar]