検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 1938 for IF (0.211 sec.)
Adds a collection of SolrInputDocument instances to the index 2643
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... te Whether to overwrite existing documents or not. If false there will be duplicates (several documents ... . Default (0) means disabled. When this value specified, it leaves the control of when to do the commit ... failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a connection i ... ssue. Throws SolrServerException if the Solr Server had failed to process the request. ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]
Delete by Id 2643
« SolrClient::__construct SolrClient::deleteByIds » PHP Manual SolrClient Delete by Id SolrClien ... lrUpdateResponse Deletes the document with the specified ID. Where ID is the value of the uniqueKey fiel ... failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a connection i ... ssue. Throws SolrServerException if the Solr Server had failed to process the request. ...
https://man.plustar.jp/php/solrclient.deletebyid.html - [similar]
Deletes by Ids 2643
« SolrClient::deleteById SolrClient::deleteByQueries » PHP Manual SolrClient Deletes by Ids Solr ... nse Deletes a collection of documents with the specified set of ids. パラメータ ids An array of IDs repr ... failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a connection i ... ssue. Throws SolrServerException if the Solr Server had failed to process the request. ...
https://man.plustar.jp/php/solrclient.deletebyids.html - [similar]
Removes all documents matching any of the queries 2643
« SolrClient::deleteByIds SolrClient::deleteByQuery » PHP Manual SolrClient Removes all document ... failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a connection i ... ssue. Throws SolrServerException if the Solr Server had failed to process the request. ...
https://man.plustar.jp/php/solrclient.deletebyqueries.html - [similar]
Store into cache 2643
« Yac Yac::__construct » PHP Manual Yac Store into cache Yac::add (PECL yac >= 1.0.0) Yac::add — ... ccess, false on failure 注意 : Yac::add() may fail if cas lock could not obtain, so, if you need the val ...
https://man.plustar.jp/php/yac.add.html - [similar]
インデックスで定義されたエントリの外部属性を取得する 2643
« ZipArchive::getCommentName ZipArchive::getExternalAttributesName » PHP Manual ZipArchive インデ ... の権限付きで展開する <?php $zip = new ZipArchive (); if ( $zip -> open ( 'test.zip' ) === TRUE ) { for ( $ ... = 0 ; $s = $zip -> statIndex ( $idx ) ; $idx ++) { if ( $zip -> extractTo ( '.' , $s [ 'name' ])) { if ( ...
https://man.plustar.jp/php/ziparchive.getexternalattributesindex.html - [similar]
アーカイブ内のエントリのインデックスを返す 2643
« ZipArchive::isEncryptionMethodSupported ZipArchive::open » PHP Manual ZipArchive アーカイブ内の ... $file = 'testlocate.zip' ; $zip = new ZipArchive ; if ( $zip -> open ( $file , ZipArchive :: CREATE ) != ... addFromString ( 'dir/entry2d.txt' , 'entry #2' ); if ( $zip -> status !== ZipArchive :: ER_OK ) { echo ... "zip の書き込みに失敗\n" ; } $zip -> close (); if ( $zip -> open ( $file ) !== TRUE ) { exit( '失敗' ...
https://man.plustar.jp/php/ziparchive.locatename.html - [similar]
Control 2614
« UI\Window::setTitle UI\Control::destroy » PHP Manual UI Control Control (UI 0.9.9) はじめに Th ... e — Hide Control UI\Control::isEnabled — Determine if Control is enabled UI\Control::isVisible — Determi ... ne if Control is visible UI\Control::setParent — Set Par ...
https://man.plustar.jp/php/class.ui-control.html - [similar]
他のイベントループに埋め込めるバックエンド群を返す 2614
« Ev::depth Ev::feedSignal » PHP Manual Ev 他のイベントループに埋め込めるバックエンド群を返す Ev ... aultLoop (); $socket_loop = NULL ; $embed = NULL ; if ( Ev :: supportedBackends () & ~ Ev :: recommended ... Backends () & Ev :: BACKEND_KQUEUE ) { if (( $socket_loop = new EvLoop ( Ev :: BACKEND_KQUEU ... E ))) { $embed = new EvEmbed ( $loop ); } } if (! $socket_loop ) { $socket_loop = $loop ; } // こ ...
https://man.plustar.jp/php/ev.embeddablebackends.html - [similar]
現在の libev の構成でサポートするバックエンド群を返す 2614
« Ev::stop Ev::suspend » PHP Manual Ev 現在の libev の構成でサポートするバックエンド群を返す Ev: ... aultLoop (); $socket_loop = NULL ; $embed = NULL ; if ( Ev :: supportedBackends () & ~ Ev :: recommended ... Backends () & Ev :: BACKEND_KQUEUE ) { if (( $socket_loop = new EvLoop ( Ev :: BACKEND_KQUEU ... E ))) { $embed = new EvEmbed ( $loop ); } } if (! $socket_loop ) { $socket_loop = $loop ; } // こ ...
https://man.plustar.jp/php/ev.supportedbackends.html - [similar]