検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 1938 for IF (0.029 sec.)
直近で実行したステートメントからのエラーの一覧を返す 2700
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... "my_password" , "world" ); /* 接続を確認します */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = $mysqli -> prepare ( $query )) { /* テー ... "my_password" , "world" ); /* 接続を確認します */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... "SELECT Name, Code FROM myCountry ORDER BY Name" ; if ( $stmt = mysqli_prepare ( $link , $query )) { /* ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
Runtime Construction 2700
« parallel\Runtime parallel\Runtime::run » PHP Manual parallel\Runtime Runtime Construction para ... Exceptions 警告 Shall throw parallel\Runtime\Error if thread could not be created 警告 Shall throw paral ... lel\Runtime\Bootstrap if bootstrapping failed 関連キーワード: Runtime , Con ...
https://man.plustar.jp/php/parallel-runtime.construct.html - [similar]
Bootstrapping 2700
« Functional API parallel\run » PHP Manual Functional API Bootstrapping parallel\bootstrap (1.0. ... 警告 Shall throw parallel\Runtime\Error\Bootstrap if previously called for this process. 警告 Shall thr ... ow parallel\Runtime\Error\Bootstrap if called after parallel\run() . 参考 parallel\Runtim ...
https://man.plustar.jp/php/parallel.bootstrap.html - [similar]
Retrieve Solr Server information 2700
« SolrClient::setServlet SolrClient::threads » PHP Manual SolrClient Retrieve Solr Server inform ... n success. エラー / 例外 Emits SolrClientException if the client failed, or there was a connection issue ... . Emits SolrServerException if the Solr Server failed to satisfy the query. 関連キ ...
https://man.plustar.jp/php/solrclient.system.html - [similar]
Whether or not to return raw characters 2700
« SolrQuery::getTermsPrefix SolrQuery::getTermsSort » PHP Manual SolrQuery Whether or not to ret ... raw characters of the indexed term, regardless of if it is human readable パラメータ この関数にはパラメ ... せん。 戻り値 Returns a boolean on success and null if not set. 関連キーワード: not , return , characters ...
https://man.plustar.jp/php/solrquery.gettermsreturnraw.html - [similar]
Specifies the backup field to use 2700
« SolrQuery::setHighlight SolrQuery::setHighlightFormatter » PHP Manual SolrQuery Specifies the ... 0.9.2) SolrQuery::setHighlightAlternateField — Specifies the backup field to use 説明 public SolrQuery:: ... g $field , string $field_override = ? ): SolrQuery If a snippet cannot be generated because there were n ... o matching terms, one can specify a field to use as the backup or default summary パ ... for. 戻り値 Returns the current SolrQuery object, if the return value is used. 関連キーワード: backup , ...
https://man.plustar.jp/php/solrquery.sethighlightalternatefield.html - [similar]
実用的な例 2700
« PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な ... うにします。 例2 制御構造 および 関数 の使用例 <?php if ( strpos ( $_SERVER [ 'HTTP_USER_AGENT' ], 'MSIE' ... ます<br /> ここで、新しい概念をいくつか導入します。 if 文を使用しています。 C 言語の基本構文を知っていると ... lse を返します。 この関数が false を返さなければ、 if 文は true と評価し、その{波括弧}の中のコードが実行 ... されます。 そうでない場合は、実行されません。 if , else と strtoupper() や strlen() のような他の関数 ...
https://man.plustar.jp/php/tutorial.useful.html - [similar]
Whether the context is persistent 2700
« ZMQContext::getSocket ZMQContext::setOpt » PHP Manual ZMQContext Whether the context is persis ... 関数にはパラメータはありません。 戻り値 Returns true if the context is persistent and false if the context ...
https://man.plustar.jp/php/zmqcontext.ispersistent.html - [similar]
Remove item from poll set 2700
« ZMQPoll::poll ZMQDevice » PHP Manual ZMQPoll Remove item from poll set ZMQPoll::remove (PECL z ... ream or string id of the item. 戻り値 Returns true if the item was removed and false if the object with ...
https://man.plustar.jp/php/zmqpoll.remove.html - [similar]
Receives a message 2700
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... ZMQ::MODE_* constants. 戻り値 Returns the message. If ZMQ::MODE_DONTWAIT is used and the operation would ... t a loop */ do { try { /* Try to send / receive */ if ( $sending ) { echo "Sending message\n" ; $queue - ... ns that the operation would have blocked, retry */ if ( $e -> getCode () === ZMQ :: ERR_EAGAIN ) { echo ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]