検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 1938 for IF (0.003 sec.)
5888
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... back function eventcb ( $bev , $events , $base ) { if ( $events & EventBufferEvent :: CONNECTED ) { echo ... "Connected.\n" ; } elseif ( $events & ( EventBufferEvent :: ERROR | EventBuf ... ferEvent :: EOF )) { if ( $events & EventBufferEvent :: ERROR ) { echo "DN ... osing\n" ; $base -> exit (); exit( "Done\n" ); } } if ( $argc != 3 ) { echo <<<EOS Trivial HTTP 0.x clie ...
https://man.plustar.jp/php/event.examples.html - [similar]
elseif/else if 5683
« else 制御構造に関する別の構文 » PHP Manual 制御構造 elseif/else if elseif/else if (PHP 4, PHP ... 5, PHP 7, PHP 8) elseif は、その名前から分かるように、 if と else の組み合 ... わせです。 elseif は、 else のように、元の if 式の値が false の場合に ... 別の文を実行するように if 文を拡張します。 しかし、 else とは異なり、 elseif ... aはbに等しい 、 aはbより小さい を出力します。 <?php if ( $a > $b ) { echo "aはbより大きい" ; } elseif ( $ ...
https://man.plustar.jp/php/control-structures.elseif.html - [similar]
Returns if a field will only be highlighted if the query matched in this particu... 5649
« SolrQuery::getHighlightRegexSlop SolrQuery::getHighlightSimplePost » PHP Manual SolrQuery Retu ... rns if a field will only be highlighted if the query matc ... SolrQuery::getHighlightRequireFieldMatch — Returns if a field will only be highlighted if the query matc ... ry::getHighlightRequireFieldMatch (): bool Returns if a field will only be highlighted if the query matc ... せん。 戻り値 Returns a boolean on success and null if not set. 関連キーワード: SolrQuery , Returns , onl ...
https://man.plustar.jp/php/solrquery.gethighlightrequirefieldmatch.html - [similar]
Create a new Query 5621
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... its own » comparison rules for BSON types , which differs from PHP's comparison and type juggling rules. ... ollection, returns partial results from the mongos if some shards are unavailable instead of throwing an ... ror. Falls back to the deprecated "partial" option if not specified. awaitData bool Use in conjunction w ... lock a getMore operation on the cursor temporarily if at the end of data rather than returning no data. ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
Create new MongoDB Manager 5501
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... s a new MongoDB\Driver\Manager object with the specified options. 注意 : Per the » Server Discovery and ... Monitoring Specification , this constructor performs no I/O. Connect ... n the first operation is executed. 注意 : When specifying any SSL or TLS URI options via the connection ... her explicitly disable the tls option or don't specify any TLS options. 注意 : Unix プラットフォームの M ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
5296
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... ライでの復元 <?php if (! array_key_exists ( "i" , $_GET ) || ! is_numeri ... c ( $_GET [ "i" ])) die( "Index unspecified or non-numeric" ); $index = (int) $_GET [ "i" ] ... ; $arch = RarArchive :: open ( "example.rar" ); if ( $arch === FALSE ) die( "Cannot open example.rar" ... ); $entries = $arch -> getEntries (); if ( $entries === FALSE ) die( "Cannot retrieve entri ...
https://man.plustar.jp/php/rar.examples.html - [similar]
if 5057
« はじめに else » PHP Manual 制御構造 if if (PHP 4, PHP 5, PHP 7, PHP 8) if 構文は、PHP を含む全 ... 行を可能にします。 PHP では、C 言語に似た次のような if 構文が使用されます。 if (式) 文 式のセクション で ... より大きい場合、 aはbより大きい を表示します。 <?php if ( $a > $b ) echo "aはbより大きい" ; ?> 条件分岐させ ... 上ある場合もしばしばあります。 もちろん、各々の文を if 文で括る必要はありません。 代わりに、複数の文をグル ... 大きい を表示し、 $a の値を $b に 代入します。 <?php if ( $a > $b ) { echo "aはbより大きい" ; $b = $a ; } ...
https://man.plustar.jp/php/control-structures.if.html - [similar]
else 4994
« if elseif/else if » PHP Manual 制御構造 else else (PHP 4, PHP 5, PHP 7, PHP 8) ある条件が満たさ ... と思います。 このために else があります。 else は、 if 文における式の値が false の場合にある文を 実行する ... ように if 文を拡張します。 例えば、次のコードは、 $a が $b よ ... い場合に、 aはbよりも大きくない と表示します。 <?php if ( $a > $b ) { echo "aはbよりも大きい" ; } else { e ... cho "aはbよりも大きくない" ; } ?> else 文は、 if 式が false と評価された場合のみ実行されます。 また ...
https://man.plustar.jp/php/control-structures.else.html - [similar]
The ZMQ class 4966
« 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5. ... nd receive TCP data from a non-ØMQ peer. Available if compiled against ZeroMQ 4.x or higher (Value: int ... l queue in memory for any single peer that the specified socket is communicating with. Setting this opti ... e high water mark for outbound messages on the specified socket. Available if compiled against ZeroMQ 3. ... he high water mark for inbound messages on the specified socket. Available if compiled against ZeroMQ 3. ...
https://man.plustar.jp/php/class.zmq.html - [similar]
Retrieves the next row of data in a result set as an object 4966
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... of data in a result set as an instance of the specified class with properties that match the row field ... . className The name of the class to instantiate. If no class name is specified, stdClass is instantiat ... Params Values passed to the constructor of the specified class. If the constructor of the specified clas ... ow to be accessed. This parameter can only be used if the specified statement was prepared with a scroll ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT