検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 1461 for IN (0.059 sec.)
bucket を brigade の先頭に追加する 2819
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... { protected $calls = 0 ; public function filter ( $in , $out , & $consumed , $closing ) { while ( $bucke ... t = stream_bucket_make_writeable ( $in )) { $consumed += $bucket -> datalen ; if ( $this ... -> calls ++ == 2 ) { // This bucket will appear again before any other bucket. stream_bucket_prepend ( $ ... ; } } stream_filter_register ( 'test' , 'foo' ); print file_get_contents ( 'php://filter/read=test/resou ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
はじめに 2819
« XMLDiff インストール/設定 » PHP Manual XMLDiff はじめに はじめに The extension is able to prod ... e source document. The diff is a XML document containing copy/insert/delete instruction nodes in human r ... le format. DOMDocument objects, local files and strings in memory can be processed. 関連キーワード: XMLD ... iff , document , instruction , memory , strings , files , local , obje ...
https://man.plustar.jp/php/intro.xmldiff.html - [similar]
Construct a new Regex 2819
« MongoDB\BSON\Regex MongoDB\BSON\Regex::getFlags » PHP Manual MongoDB\BSON\Regex Construct a ne ... N\Regex::__construct — Construct a new Regex 説明 final public MongoDB\BSON\Regex::__construct ( string ... $pattern , string $flags = "" ) パラメータ pattern ( string ) The r ... t be wrapped with delimiter characters. flags ( string ) The » regular expression flags . Characters in ... 数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 Throws Mong ...
https://man.plustar.jp/php/mongodb-bson-regex.construct.html - [similar]
ReflectionMethod を作成する 2819
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... public ReflectionMethod::__construct ( object | string $objectOrMethod , string $method ) Alternative si ... uments): public ReflectionMethod::__construct ( string $classMethod ) 新しい ReflectionMethod を作成しま ... $c = 0 ; /** * カウンタをインクリメントする * * @final * @static * @access public * @return int */ fina ... l public static function increment () { return ++ self :: $c ; } } // Reflecti ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
Add a field to be used to group results 2819
« SolrQuery::addFilterQuery SolrQuery::addGroupFunction » PHP Manual SolrQuery Add a field to be ... results 説明 public SolrQuery::addGroupField ( string $value ): SolrQuery The name of the field by whic ... h to group results. The field must be single-valued, and either be indexed or a field type t ... hat has a value source and works in a function query, such as ExternalFileField. It mu ... st also be a string-based field, such as StrField or TextField Uses g ...
https://man.plustar.jp/php/solrquery.addgroupfield.html - [similar]
Enables caching for result grouping 2819
« SolrQuery::setGroup SolrQuery::setGroupFacet » PHP Manual SolrQuery Enables caching for result ... grouping SolrQuery::setGroupCachePercent (PECL solr >= 2.2 ... .0) SolrQuery::setGroupCachePercent — Enables caching for result grouping 説明 public SolrQuery::setGro ... upCachePercent ( int $percent ): SolrQuery Setting this parameter to a ... number greater than 0 enables caching for result grouping. Result Grouping executes two ...
https://man.plustar.jp/php/solrquery.setgroupcachepercent.html - [similar]
The MongoDB\Driver\WriteConcern class 2792
« MongoDB\Driver\ServerApi::unserialize MongoDB\Driver\WriteConcern::bsonSerialize » PHP Manual ... mongod or to replica sets or to sharded clusters. In sharded clusters, mongos instances will pass the w ... rite concern on to the shards. クラス概要 final class MongoDB\Driver\WriteConcern implements Mon ... alizable , Serializable { /* Constants */ const string MAJORITY = "majority" ; /* メソッド */ final publ ... ic bsonSerialize (): object final public __construct ( string | int $w , int $wtim ...
https://man.plustar.jp/php/class.mongodb-driver-writeconcern.html - [similar]
Returns the result of applying a callback to each value 2792
« Ds\Map::last Ds\Map::merge » PHP Manual Map Returns the result of applying a callback to each ... >= 1.0.0) Ds\Map::map — Returns the result of applying a callback to each value 説明 public Ds\Map::map ... ble $callback ): Ds\Map Returns the result of applying a callback function to each value of the map. パラ ... $value ): mixed A callable to apply to each value in the map. The callable should return what the key w ... ill be mapped to in the resulting map. 戻り値 The result of applying a ...
https://man.plustar.jp/php/ds-map.map.html - [similar]
文字列のコードページを別のものに変換する 2792
« php_strip_whitespace sapi_windows_cp_get » PHP Manual その他の関数 文字列のコードページを別のも ... のに変換する sapi_windows_cp_conv (PHP 7 >= 7.1.0, PHP 8) sapi_windows_c ... 文字列のコードページを別のものに変換する 説明 sapi_windows_cp_conv ( int | string $in_codepage , int | st ... ring $out_codepage , string $subject ): ? string 文字列 ... のコードページを別のものに変換します。 パラメータ in_codepage subject 文字列のコードページ。 コードペー ...
https://man.plustar.jp/php/function.sapi-windows-cp-conv.html - [similar]
Frees all resources for the specified statement 2792
« sqlsrv_field_metadata sqlsrv_get_config » PHP Manual SQLSRV 関数 Frees all resources for the s ... pecified statement sqlsrv_free_stmt (No version information available, might only be in Git) sqlsrv_f ... alled on it. If sqlsrv_free_stmt() is called on an in-progress statement that alters server state, state ... ment execution is terminated and the statement is rolled back. パラメータ s ... is allows the function to be called multiple times in a script. 戻り値 成功した場合に true を、失敗した場 ...
https://man.plustar.jp/php/function.sqlsrv-free-stmt.html - [similar]