検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 563 for number (0.562 sec.)
PHP 用 Microsoft SQL Server ドライバ 3825
« SQLite3Result::reset はじめに » PHP Manual ベンダー固有のモジュール PHP 用 Microsoft SQL Serve ... statement active sqlsrv_num_fields — Retrieves the number of fields (columns) on a statement sqlsrv_num_rows ... — Retrieves the number of rows in a result set sqlsrv_prepare — Prepares ... gin_transaction sqlsrv_rows_affected — Returns the number of rows modified by the last INSERT, UPDATE, or DE ...
https://man.plustar.jp/php/book.sqlsrv.html - [similar]
Stop dispatching events 3825
« EventBase::dispatch EventBase::free » PHP Manual EventBase Stop dispatching events EventBase:: ... ol Tells event base to stop optionally after given number of seconds. パラメータ timeout Optional number of ...
https://man.plustar.jp/php/eventbase.exit.html - [similar]
Set the 'ndots' parameter for searches 3825
« EventDnsBase::setOption EventHttp » PHP Manual EventDnsBase Set the 'ndots' parameter for sear ... l Set the 'ndots' parameter for searches. Sets the number of dots which, when found in a name, causes the fi ... be without any search domain. パラメータ ndots The number of dots. 戻り値 成功した場合に true を、失敗した場 ...
https://man.plustar.jp/php/eventdnsbase.setsearchndots.html - [similar]
リファレンスカウントの原理 3825
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リ ... al を作成 <?php $a = array( 'meaning' => 'life' , 'number' => 42 ); xdebug_debug_zval ( 'a' ); ?> 上の例の出 ... ray ( 'meaning' => (refcount=1, is_ref=0)='life', 'number' => (refcount=1, is_ref=0)=42 ) つまり、図で示すと ... 3つのzvalコンテナは a 、 meaning および number です。「refcount」の増減に同様のルールが適用されま ... 配列に追加 <?php $a = array( 'meaning' => 'life' , 'number' => 42 ); $a [ 'life' ] = $a [ 'meaning' ]; xdebug ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
指定した配列の要素にコールバック関数を適用する 3825
« array_keys array_merge_recursive » PHP Manual 配列 関数 指定した配列の要素にコールバック関数を ... anish ( int $n , string $m ): string { return "The number { $n } is called { $m } in Spanish" ; } function m ... 下となります。 // printout of $c Array ( [0] => The number 1 is called uno in Spanish [1] => The number 2 is ... called dos in Spanish [2] => The number 3 is called tres in Spanish [3] => The number 4 is ... called cuatro in Spanish [4] => The number 5 is called cinco in Spanish ) // printout of $d A ...
https://man.plustar.jp/php/function.array-map.html - [similar]
Trains on an entire dataset, for a period of time using the Cascade2 training al... 3825
« Fann 関数 fann_cascadetrain_on_file » PHP Manual Fann 関数 Trains on an entire dataset, for a ... or ): bool The cascade output change fraction is a number between 0 and 1 determining how large a fraction t ... ワークトレーニングリソース。 max_neurons The maximum number of neurons to be added to neural network. neurons_ ... between_reports The number of neurons between printing a status report. A val ...
https://man.plustar.jp/php/function.fann-cascadetrain-on-data.html - [similar]
XML パーサのカレントのバイトインデックスを得る 3825
« xml_error_string xml_get_current_column_number » PHP Manual XML パーサ 関数 XML パーサのカレン ... グであっても無視します。 参考 xml_get_current_column_number() - XML パーサのカレントのカラム番号を取得する xml ... _get_current_line_number() - XML パーサのカレントの行番号を得る 関連キーワー ...
https://man.plustar.jp/php/function.xml-get-current-byte-index.html - [similar]
Construct a new UTCDateTime 3825
« MongoDB\BSON\UTCDateTime MongoDB\BSON\UTCDateTime::jsonSerialize » PHP Manual MongoDB\BSON\UTC ... conds ( int | float | string | DateTimeInterface ) Number of milliseconds since the Unix epoch (Jan 1, 1970) ... ing . If the argument is a DateTimeInterface , the number of milliseconds since the Unix epoch will be deriv ... ateTimeInterface , which may be used to derive the number of milliseconds since the Unix epoch. Previously, ...
https://man.plustar.jp/php/mongodb-bson-utcdatetime.construct.html - [similar]
Maps to facet.limit 3825
« SolrQuery::setFacetEnumCacheMinDefaultFrequency SolrQuery::setFacetMethod » PHP Manual SolrQue ... ): SolrQuery Maps to facet.limit. Sets the maximum number of constraint counts that should be returned for t ... he facet fields. パラメータ limit The maximum number of constraint counts field_override The name of th ...
https://man.plustar.jp/php/solrquery.setfacetlimit.html - [similar]
3794
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... host in this * example), and host_port is the port number of the CUBRID Broker. * The port number is the def ... s = cubrid_column_names ( $result ); /** * Get the number of columns in the result set created by the SQL qu ... CUBRID Broker is installed * host_port is the port number of the CUBRID Broker * db_name is the name of CUBR ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]