検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 817 for return (0.277 sec.)
MySQL Native Driverプラグイン のアーキテクチャ 2940
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... rewritten' FROM DUAL"; query_len = strlen(query); return org_methods.query(conn, query, query_len); /* retu ... conn->persistent); (*props)->query_counter = 0; } return props; } プラグインの開発者には、プラグイン用のデー ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する 2940
« PDO_SQLITE DSN PDO::sqliteCreateCollation » PHP Manual SQLite (PDO) SQL 文で使用する集約ユーザ ... ) > $context ) { $context = strlen ( $string ); } return $context ; } function max_len_finalize ( $context ... , $rownumber ) { return $context === null ? 0 : $context ; } $db -> sqlite ...
https://man.plustar.jp/php/pdo.sqlitecreateaggregate.html - [similar]
関数を起動する 2940
« ReflectionFunction::getClosure ReflectionFunction::invokeArgs » PHP Manual ReflectionFunction ... e() の例 <?php function title ( $title , $name ) { return sprintf ( "%s. %s\r\n" , $title , $name ); } $func ...
https://man.plustar.jp/php/reflectionfunction.invoke.html - [similar]
メソッドが宣言されているクラスを取得する 2940
« ReflectionMethod::getClosure ReflectionMethod::getModifiers » PHP Manual ReflectionMethod メソ ... oWorld { protected function sayHelloTo ( $name ) { return 'Hello ' . $name ; } } $reflectionMethod = new Ref ...
https://man.plustar.jp/php/reflectionmethod.getdeclaringclass.html - [similar]
Manually release stream flow from logger 2940
« SeasLog::analyzerDetail SeasLog::__construct » PHP Manual SeasLog Manually release stream flow ... R_STREAM_MOD_ASSIGN logger The logger name. 戻り値 Return TRUE on released stream flow success, FALSE on fai ...
https://man.plustar.jp/php/seaslog.closeloggerstream.html - [similar]
Get the logs buffer in memory as array 2940
« SeasLog::getBasePath SeasLog::getBufferEnabled » PHP Manual SeasLog Get the logs buffer in mem ... ラメータ この関数にはパラメータはありません。 戻り値 Return an array from logs buffer in memory. 例 例1 SeasLo ...
https://man.plustar.jp/php/seaslog.getbuffer.html - [similar]
Add a field to be used to group results 2940
« SolrQuery::addFilterQuery SolrQuery::addGroupFunction » PHP Manual SolrQuery Add a field to be ... ter パラメータ value The name of the field. 戻り値 Returns an instance of SolrQuery . 参考 SolrQuery::setGro ... tGroupLimit() - Specifies the number of results to return for each group. The server default value is 1 Solr ...
https://man.plustar.jp/php/solrquery.addgroupfield.html - [similar]
Allows grouping results based on the unique values of a function query (group.fu... 2940
« SolrQuery::addGroupField SolrQuery::addGroupQuery » PHP Manual SolrQuery Allows grouping resul ... tGroupLimit() - Specifies the number of results to return for each group. The server default value is 1 Solr ...
https://man.plustar.jp/php/solrquery.addgroupfunction.html - [similar]
Allows grouping of documents that match the given query 2940
« SolrQuery::addGroupFunction SolrQuery::addGroupSortField » PHP Manual SolrQuery Allows groupin ... tGroupLimit() - Specifies the number of results to return for each group. The server default value is 1 Solr ...
https://man.plustar.jp/php/solrquery.addgroupquery.html - [similar]
Enable/Disable result grouping (group parameter) 2940
« SolrQuery::setFacetSort SolrQuery::setGroupCachePercent » PHP Manual SolrQuery Enable/Disable ... パラメータ value 戻り値 参考 SolrQuery::getGroup() - Returns true if grouping is enabled SolrQuery::addGroupFi ... tGroupLimit() - Specifies the number of results to return for each group. The server default value is 1 Solr ...
https://man.plustar.jp/php/solrquery.setgroup.html - [similar]