検索

phrase: max: clip:
target: order:
Results of 521 - 530 of about 1461 for IN (0.047 sec.)
If true, facet counts are based on the most relevant document of each group matc... 2579
« SolrQuery::setGroupOffset SolrQuery::setHighlight » PHP Manual SolrQuery If true, facet counts ... d on the most relevant document of each group matching the query SolrQuery::setGroupTruncate (PECL solr ... d on the most relevant document of each group matching the query 説明 public SolrQuery::setGroupTruncate ... d on the most relevant document of each group matching the query. The server default value is false. gro ... SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupField() - Ad ...
https://man.plustar.jp/php/solrquery.setgrouptruncate.html - [similar]
The Volatile class 2552
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... じめに The Volatile class is new to pthreads v3. Its introduction is a consequence of the new immutability ... aded members, and is also used to store PHP arrays in Threaded contexts. クラス概要 class Volatile exten ... { /* 継承したメソッド */ public Threaded::chunk ( int $size , bool $preserve ): array public Threaded:: ... count (): int public Threaded::extend ( string $class ): bool p ...
https://man.plustar.jp/php/class.volatile.html - [similar]
2552
« 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための ... // 自分のエラーハンドリングを行います error_reporting ( 0 ); // ユーザーの定義したエラーハンドリング関数 ... serErrorHandler ( $errno , $errmsg , $filename , $linenum , $vars ) { // エラーエントリのタイムスタンプ ... 。 // 実際のところ、考慮する必要があるのは // E_WARNING、E_NOTICE、E_USER_ERROR、 // E_USER_WARNING そして ... す。 $errortype = array ( E_ERROR => 'Error' , E_WARNING => 'Warning' , E_PARSE => 'Parsing Error' , E_NOT ...
https://man.plustar.jp/php/errorfunc.examples.html - [similar]
文字列を PHP コードとして評価する 2552
« die exit » PHP Manual その他の関数 文字列を PHP コードとして評価する eval (PHP 4, PHP 5, PHP 7 ... — 文字列を PHP コードとして評価する 説明 eval ( string $code ): mixed 指定した code を PHP コードとして評 ... 例1 eval() の例 - 簡単なテキストのマージ <?php $string = 'cup' ; $name = 'coffee' ; $str = 'This is a $s ... tring with my $name in it.' ; echo $str . "\n" ; eval( ... ; ?> 上の例の出力は以下となります。 This is a $string with my $name in it. This is a cup with my coffee ...
https://man.plustar.jp/php/function.eval.html - [similar]
Returns the number of candidates used during training 2552
« fann_get_cascade_num_candidate_groups fann_get_cascade_output_change_fraction » PHP Manual Fan ... n 関数 Returns the number of candidates used during training fann_get_cascade_num_candidates (PECL fa ... didates — Returns the number of candidates used during training 説明 fann_get_cascade_num_candidates ( r ... esource $ann ): int The number of candidates used during training (ca ... lculated by multiplying fann_get_cascade_activation_functions_count() , f ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidates.html - [similar]
二文字の大陸コードを取得する 2552
« geoip_asnum_by_name geoip_country_code_by_name » PHP Manual GeoIP 関数 二文字の大陸コードを取得 ... する geoip_continent_code_by_name (PECL geoip >= 1.0.3) geoip_contin ... name — 二文字の大陸コードを取得する 説明 geoip_continent_code_by_name ( string $hostname ): string geoip ... _continent_code_by_name() 関数は、 ホスト名あるいは IP アド ... メリカ OC オセアニア SA 南アメリカ 例 例1 geoip_continent_code_by_name() の例 これは、ホスト example.com ...
https://man.plustar.jp/php/function.geoip-continent-code-by-name.html - [similar]
三文字の国コードを取得する 2552
« geoip_country_code_by_name geoip_country_name_by_name » PHP Manual GeoIP 関数 三文字の国コード ... ードを取得する 説明 geoip_country_code3_by_name ( string $hostname ): string geoip_country_code3_by_name() ... m' ); if ( $country ) { echo 'This host is located in: ' . $country ; } ?> 上の例の出力は以下となります。 ... This host is located in: USA 参考 geoip_country_code_by_name() - 二文字の国 ... p , 三文字 , 取得 , country , アドレス , 関数 , string , hostname , 表示 , 参考 ...
https://man.plustar.jp/php/function.geoip-country-code3-by-name.html - [similar]
Retrieves the number of fields (columns) on a statement 2552
« sqlsrv_next_result sqlsrv_num_rows » PHP Manual SQLSRV 関数 Retrieves the number of fields (co ... umns) on a statement sqlsrv_num_fields (No version information available, might only be in Git) sqlsrv_n ... $serverName = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "user ... $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( print_r ( sqlsrv ... y ( $conn , $sql ); if( $stmt === false ) { die( print_r ( sqlsrv_errors (), true )); } $numFields = sql ...
https://man.plustar.jp/php/function.sqlsrv-num-fields.html - [similar]
Define or return the exit code for the current running service 2552
« win32_send_custom_control win32_set_service_exit_mode » PHP Manual win32service 関数 Define or ... return the exit code for the current running service win32_set_service_exit_code (PECL win32se ... rvice >=0.4.0) win32_set_service_exit_code — Define or return the exi ... t code for the current running service 説明 win32_set_service_exit_code ( int $e ... xitCode = 1 ): int Change or return the exit code. The exit code is ...
https://man.plustar.jp/php/function.win32-set-service-exit-code.html - [similar]
Define or return the exit mode for the current running service 2552
« win32_set_service_exit_code win32_set_service_status » PHP Manual win32service 関数 Define or ... return the exit mode for the current running service win32_set_service_exit_mode (PECL win32se ... rvice >=0.4.0) win32_set_service_exit_mode — Define or return the exi ... t mode for the current running service 説明 win32_set_service_exit_mode ( bool $ ... gracefuly, the exit code used can be set with the win32_set_service_exit_code() function. 警告 This func ...
https://man.plustar.jp/php/function.win32-set-service-exit-mode.html - [similar]