検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 1461 for IN (0.032 sec.)
Description 2600
« ImagickKernel::fromMatrix ImagickKernel::scale » PHP Manual ImagickKernel Description ImagickK ... tMatrix (): array Get the 2d matrix of values used in this kernel. The elements are either float for ele ... KernelTable ( $matrix ) { $output = "<table class='infoTable'>" ; foreach ( $matrix as $row ) { $output ... /table>" ; return $output ; } $output = "The built-in kernel name 'ring' with parameters of '2,3.5':<br/ ... >" ; $kernel = \ ImagickKernel :: fromBuiltIn ( \ Imagick :: KERNEL_RING , "2,3.5" ); $matrix = ...
https://man.plustar.jp/php/imagickkernel.getmatrix.html - [similar]
指定された時刻と、このオブジェクトの時刻の差を計算する 2600
« IntlCalendar::equals IntlCalendar::fromDateTime » PHP Manual IntlCalendar 指定された時刻と、こ ... のオブジェクトの時刻の差を計算する IntlCalendar::fieldDifference (PHP 5 >= 5.5.0, PHP 7, ... PHP 8, PECL >= 3.0.0a1) IntlCalendar::fieldDifference — 指定された時刻と、この ... の時刻の差を計算する 説明 オブジェクト指向型 public IntlCalendar::fieldDifference ( float $timestamp , in ... t $field ): int | false 手続き型 intlcal_field_difference ( IntlC ...
https://man.plustar.jp/php/intlcalendar.fielddifference.html - [similar]
Submits a task to a specific worker for execution 2600
« Pool::submit Volatile » PHP Manual Pool Submits a task to a specific worker for execution Pool ... worker for execution 説明 public Pool::submitTo ( int $worker , Threaded $task ): int Submit a task to ... the specified worker in the pool. The workers are indexed from 0, and will ... only exist if the pool has needed to create them (since threads are lazily spawned). パラメータ worker T ... he worker to stack the task onto, indexed from 0 . task The task for execution. 戻り値 ...
https://man.plustar.jp/php/pool.submitTo.html - [similar]
Allows grouping results based on the unique values of a function query (group.fu... 2600
« SolrQuery::addGroupField SolrQuery::addGroupQuery » PHP Manual SolrQuery Allows grouping resul ... = 2.2.0) SolrQuery::addGroupFunction — Allows grouping results based on the unique values of a function ... eter) 説明 public SolrQuery::addGroupFunction ( string $value ): SolrQuery Adds a group function (group. ... func parameter) Allows grouping results based on the unique values of a function ... SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupField() - Ad ...
https://man.plustar.jp/php/solrquery.addgroupfunction.html - [similar]
Allows grouping of documents that match the given query 2600
« SolrQuery::addGroupFunction SolrQuery::addGroupSortField » PHP Manual SolrQuery Allows groupin ... r >= 2.2.0) SolrQuery::addGroupQuery — Allows grouping of documents that match the given query 説明 publ ... ic SolrQuery::addGroupQuery ( string $value ): SolrQuery Allows grouping of documents ... SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupField() - Ad ... esults SolrQuery::addGroupFunction() - Allows grouping results based on the unique values of a function ...
https://man.plustar.jp/php/solrquery.addgroupquery.html - [similar]
Enables/Disables the Expand Component 2600
« SolrQuery::setEchoParams SolrQuery::setExpandQuery » PHP Manual SolrQuery Enables/Disables the ... rQuery ( 'manu:apple' ) -> addExpandFilterQuery ( 'inStock:true' ) -> addExpandSortField ( 'score' , Sol ... pand.q=text:product&expand.fq=manu:apple&expand.fq=inStock:true&expand.sort=score desc,title asc 参考 So ... y::addExpandSortField() - Orders the documents within the expanded groups (expand.sort parameter) SolrQu ... tExpandRows() - Sets the number of rows to display in each group (expand.rows). Server Default 5 SolrQue ...
https://man.plustar.jp/php/solrquery.setexpand.html - [similar]
Enable/Disable result grouping (group parameter) 2600
« SolrQuery::setFacetSort SolrQuery::setGroupCachePercent » PHP Manual SolrQuery Enable/Disable ... result grouping (group parameter) SolrQuery::setGroup (PECL solr ... ) SolrQuery::setGroup — Enable/Disable result grouping (group parameter) 説明 public SolrQuery::setGroup ... ool $value ): SolrQuery Enable/Disable result grouping (group parameter) パラメータ value 戻り値 参考 So ... lrQuery::getGroup() - Returns true if grouping is enabled SolrQuery::addGroupField() - Add a fie ...
https://man.plustar.jp/php/solrquery.setgroup.html - [similar]
Specifies the number of results to return for each group. The server default val... 2600
« SolrQuery::setGroupFormat SolrQuery::setGroupMain » PHP Manual SolrQuery Specifies the number ... value is 1 説明 public SolrQuery::setGroupLimit ( int $value ): SolrQuery Specifies the number of resul ... SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupField() - Ad ... esults SolrQuery::addGroupFunction() - Allows grouping results based on the unique values of a function ... arameter) SolrQuery::addGroupQuery() - Allows grouping of documents that match the given query SolrQuery ...
https://man.plustar.jp/php/solrquery.setgrouplimit.html - [similar]
Constructs a new SyncEvent object 2600
« SyncEvent SyncEvent::fire » PHP Manual SyncEvent Constructs a new SyncEvent object SyncEvent:: ... ent object 説明 public SyncEvent::__construct ( string $name = ? , bool $manual = false , bool $prefire ... opened by the current user that the process is running as or an exception will be thrown with a meaningl ... y. 注意 : Manual reset event objects allow all waiting processes through until the object is reset. pref ... he event object. 注意 : Only has impact if the calling process/thread is the first to create the object. ...
https://man.plustar.jp/php/syncevent.construct.html - [similar]
Retrieve a item 2600
« Yaconf Yaconf::has » PHP Manual Yaconf Retrieve a item Yaconf::get (PECL yaconf >= 1.0.0) Yaco ... etrieve a item 説明 public static Yaconf::get ( string $name , mixed $default_value = NULL ): mixed パラ ... as result. 戻り値 Returns configuration result(string or array) if the key exists, return default_value ... if not. 例 例1 INI() example ;filenmame foo.ini, placed in directory ... =val ;arr[0]=val arr.0=val ;or arr[]=val ;SectionB inherits SectionA [SectionB:SectionA] ;override confi ...
https://man.plustar.jp/php/yaconf.get.html - [similar]