検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 1938 for IF (0.157 sec.)
Fetch the next row and return it as an object 2762
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... ) class_name The name of the class to instantiate. If not specified, a stdClass (stdClass is PHP's gener ... e" ); var_dump ( cubrid_fetch_object ( $res )); // if you want to operate LOB object, you can use cubrid ... cubrid_fetch_object ( $res , "demodb_code" )); // if you want to operate LOB object, you can use cubrid ... de_construct' , array( 's_name' , 'f_name' ))); // if you want to operate LOB object, you can use cubrid ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
Define or return the exit mode for the current running service 2762
« win32_set_service_exit_code win32_set_service_status » PHP Manual win32service 関数 Define or ... vice_exit_mode ( bool $gracefulMode = true ): bool If gracefulMode parameter is provided, the exit mode ... d exit mode. エラー / 例外 Prior to version 1.0.0, if the SAPI is not "cli" , this function emits an E_E ... version 1.0.0, will throw a Win32ServiceException if SAPI is not "cli" 変更履歴 バージョン 説明 PECL wi ...
https://man.plustar.jp/php/function.win32-set-service-exit-mode.html - [similar]
Wait for activity from one of the job servers 2762
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... || $worker -> returnCode () == GEARMAN_NO_JOBS ) { if ( $worker -> returnCode () == GEARMAN_SUCCESS ) co ... ntinue; echo "Waiting for next job...\n" ; if (!@ $worker -> wait ()) { if ( $worker -> returnCo ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]
直前の MySQL の操作での SQLSTATE エラーを返す 2762
« mysqli::set_charset mysqli::ssl_set » PHP Manual mysqli 直前の MySQL の操作での SQLSTATE エラー ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... ブルはすでに存在します。そのためエラーとなります */ if (! $mysqli -> query ( "CREATE TABLE City (ID INT, ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... ブルはすでに存在します。そのためエラーとなります */ if (! mysqli_query ( $link , "CREATE TABLE City (ID I ...
https://man.plustar.jp/php/mysqli.sqlstate.html - [similar]
現在の接続のスレッド ID を返す 2762
« mysqli::store_result mysqli::thread_safe » PHP Manual mysqli 現在の接続のスレッド ID を返す my ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... kill ( $thread_id ); /* これはエラーとなります */ if (! $mysqli -> query ( "CREATE TABLE myCity LIKE Ci ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... $link , $thread_id ); /* これはエラーとなります */ if (! mysqli_query ( $link , "CREATE TABLE myCity LIK ...
https://man.plustar.jp/php/mysqli.thread-id.html - [similar]
Sharing 2762
« parallel\Channel::recv parallel\Channel::close » PHP Manual parallel\Channel Sharing parallel\ ... ons 警告 Shall throw parallel\Channel\Error\Closed if channel is closed. 警告 Shall throw parallel\Chann ... el\Error\IllegalValue if value is illegal. 関連キーワード: Sharing , send , ...
https://man.plustar.jp/php/parallel-channel.send.html - [similar]
Add a group sort field (group.sort parameter) 2762
« SolrQuery::addGroupQuery SolrQuery::addHighlightField » PHP Manual SolrQuery Add a group sort ... .offset parameter SolrQuery::setGroupLimit() - Specifies the number of results to return for each group. ... ver default value is 1 SolrQuery::setGroupMain() - If true, the result of the first field grouping comma ... group.format=simple SolrQuery::setGroupNGroups() - If true, Solr includes the number of groups that have ... ery in the results SolrQuery::setGroupTruncate() - If true, facet counts are based on the most relevant ...
https://man.plustar.jp/php/solrquery.addgroupsortfield.html - [similar]
Check all the connections on the server. 2762
« Swoole\Server::getLastError Swoole\Server::listen » PHP Manual Swoole\Server Check all the con ... rver. 説明 public Swoole\Server::heartbeat ( bool $if_close_connection ): mixed パラメータ if_close_conn ...
https://man.plustar.jp/php/swoole-server.heartbeat.html - [similar]
The MongoDB\Driver\ReadPreference class 2734
« MongoDB\Driver\WriteConcern::unserialize MongoDB\Driver\ReadPreference::bsonSerialize » PHP Ma ... t situations, operations read from the primary but if it is unavailable, operations read from secondary ... ations, operations read from secondary members but if no secondary members are available, operations rea ... t situations, operations read from the primary but if it is unavailable, operations read from secondary ... ations, operations read from secondary members but if no secondary members are available, operations rea ...
https://man.plustar.jp/php/class.mongodb-driver-readpreference.html - [similar]
Get Closure 2734
« Componere\Definition::isRegistered Componere\Definition::getClosures » PHP Manual Componere\De ... Closure Shall return a Closure for the method specified by name パラメータ name The case insensitive na ... scope Exceptions 警告 Shall throw RuntimeException if Definition was registered 警告 Shall throw Runtime ... Exception if name could not be found 関連キーワード: Closure , ...
https://man.plustar.jp/php/componere-definition.getclosure.html - [similar]