検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 509 for count (0.030 sec.)
Sets the array of cascade candidate activation steepnesses 4683
« fann_set_cascade_activation_functions fann_set_cascade_candidate_change_fraction » PHP Manual ... ource $ann , array $cascade_activation_steepnesses_count ): bool Sets the array of cascade candidate activa ... ットワークリソース。 cascade_activation_steepnesses_count The array of cascade candidate activation steepnes ... teepnesses fann_get_cascade_activation_steepnesses_count() - The number of activation steepnesses 関連キーワ ... , steepnesses , fann , candidate , array , Sets , count , 関数 , which , 参考 ...
https://man.plustar.jp/php/function.fann-set-cascade-activation-steepnesses.html - [similar]
指定した ID を含む等価グループの中にある ID の数を取得する 4683
« IntlTimeZone::__construct IntlTimeZone::createDefault » PHP Manual IntlTimeZone 指定した ID を ... 価グループの中にある ID の数を取得する IntlTimeZone::countEquivalentIDs intltz_count_equivalent_ids (PHP 5 >= ... .5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlTimeZone::countEquivalentIDs -- intltz_count_equivalent_ids — 指定 ... ジェクト指向型 (method): public static IntlTimeZone::countEquivalentIDs ( string $timezoneId ): int | false 手 ... 続き型: intltz_count_equivalent_ids ( string $timezoneId ): int | false ...
https://man.plustar.jp/php/intltimezone.countequivalentids.html - [similar]
プロセスごとのクライアントの統計を返す 4651
« mysqli_execute mysqli_get_links_stats » PHP Manual エイリアスおよび非推奨の Mysqli 関数 プロセ ... lose] => 0 [implicit_stmt_close] => 0 [mem_emalloc_count] => 0 [mem_emalloc_ammount] => 0 [mem_ecalloc_coun ... t] => 0 [mem_ecalloc_ammount] => 0 [mem_erealloc_count] => 0 [mem_erealloc_ammount] => 0 [mem_efree_count ... ] => 0 [mem_malloc_count] => 0 [mem_malloc_ammount] => 0 [mem_calloc_count] ... => 0 [mem_calloc_ammount] => 0 [mem_realloc_count] => 0 [mem_realloc_ammount] => 0 [mem_free_count] ...
https://man.plustar.jp/php/function.mysqli-get-client-stats.html - [similar]
画像のヒストグラムを取得する 4651
« Imagick::getImageHeight Imagick::getImageIndex » PHP Manual Imagick 画像のヒストグラムを取得す ... colorChannel ); $color = intval ( $color * 255 ); $count = $histogramElement -> getColorCount (); if ( arra ... lorStatistics )) { $colorStatistics [ $color ] += $count ; } else { $colorStatistics [ $color ] = $count ; ... tMax , $max ); $scale = $histogramHeight / $max ; $count = 0 ; foreach ( $colorValues as $color => $values ... { $draw -> setstrokecolor ( $color ); $offset = ( $count + 1 ) * $histogramHeight ; foreach ( $values as $i ...
https://man.plustar.jp/php/imagick.getimagehistogram.html - [similar]
DOMNodeList クラス 4627
« DOMNode::replaceChild DOMNodeList::count » PHP Manual DOM DOMNodeList クラス DOMNodeList クラス ... 要 class DOMNodeList implements IteratorAggregate , Countable { /* プロパティ */ public readonly int $ lengt ... h ; /* メソッド */ public count (): int public item ( int $index ): DOMNode | DOMN ... は、 Traversable を代わりに実装していました。 7.2.0 Countable インターフェイスが実装され、 length の値を返す ... 参考 » W3C での NodeList の仕様 目次 DOMNodeList::count — リストにあるノードの数を取得する DOMNodelist::it ...
https://man.plustar.jp/php/class.domnodelist.html - [similar]
クライアント接続に関する統計情報を返す 4627
« mysqli::$client_version mysqli::$host_info » PHP Manual mysqli クライアント接続に関する統計情報 ... lose] => 0 [implicit_stmt_close] => 0 [mem_emalloc_count] => 0 [mem_emalloc_ammount] => 0 [mem_ecalloc_coun ... t] => 0 [mem_ecalloc_ammount] => 0 [mem_erealloc_count] => 0 [mem_erealloc_ammount] => 0 [mem_efree_count ... ] => 0 [mem_malloc_count] => 0 [mem_malloc_ammount] => 0 [mem_calloc_count] ... => 0 [mem_calloc_ammount] => 0 [mem_realloc_count] => 0 [mem_realloc_ammount] => 0 [mem_free_count] ...
https://man.plustar.jp/php/mysqli.get-connection-stats.html - [similar]
gettext の複数形版 4596
« gettext textdomain » PHP Manual Gettext 関数 gettext の複数形版 ngettext (PHP 4 >= 4.2.0, PHP ... gettext ( string $singular , string $plural , int $count ): string 複数形版の gettext() です。 言語によって ... 数形のメッセージ ID。 plural 複数形のメッセージ ID。 count 数 (件数など)。この数にあわせて翻訳を決定します。 ... singular および plural で表されるメッセージの、数 count に対応する複数形を返します。 例 例1 ngettext() の例 ... キーワード: ngettext , string , singular , plural , count , メッセージ , textdomain , パラメータ , 決定 , 翻 ...
https://man.plustar.jp/php/function.ngettext.html - [similar]
下位互換性のない変更点 4596
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x へ ... のではなく単にパラメータを省略するようにしましょう。 countable ではない型をカウントしたときの警告 countable で ... はない型に対して count() (およびそのエイリアスである sizeof() ) を使ったと ... NING が発生するようになりました。 <?php var_dump ( count ( null ), // NULL はカウントできません count ( 1 ) ... , // integer はカウントできません count ( 'abc' ), // string はカウントできません count (n ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]
結果セットのフィールド数を取得する 4596
« mysqli_result::fetch_row mysqli_result::field_seek » PHP Manual mysqli_result 結果セットのフィ ... ールド数を取得する mysqli_result::$field_count mysqli_num_fields (PHP 5, PHP 7, PHP 8) mysqli_res ... ult::$field_count -- mysqli_num_fields — 結果セットのフィールド数を取 ... 説明 オブジェクト指向型 int $mysqli_result->field_count ; 手続き型 mysqli_num_fields ( mysqli_result $resu ... rld" ); $result = $mysqli -> query ( "SELECT Name, CountryCode, District, Population FROM City ORDER BY ID ...
https://man.plustar.jp/php/mysqli-result.field-count.html - [similar]
配列を指定した値で埋める 4564
« array_fill_keys array_filter » PHP Manual 配列 関数 配列を指定した値で埋める array_fill (PHP 4 ... 値で埋める 説明 array_fill ( int $start_index , int $count , mixed $value ): array パラメータ value を値とする ... count 個のエントリからなる配列を埋めます。 この際、キーは ... デックスはゼロから始まります ( 例 を参照ください)。 count 挿入する要素数。 ゼロ以上の数でなければなりません。 ... 値。 戻り値 値を埋めた配列を返します。 エラー / 例外 count がゼロより小さい場合に E_WARNING が発生します。 例 ...
https://man.plustar.jp/php/function.array-fill.html - [similar]