検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 1014 for [SIMILAR] 16 1024 4096 WITH 28740 foreach WITH 1... (1.095 sec.)
ヒープに要素を挿入する 0
« SplHeap::extract SplHeap::isCorrupted » PHP Manual SplHeap ヒープに要素を挿入する SplHeap::insert (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplHeap::insert — ヒープに要素を挿入する 説明 public SplHeap::insert ( mixed $value ): bool value をヒープに挿入します。 パラメータ value 挿入する値。 戻り値 ...
https://man.plustar.jp/php/splheap.insert.html - [similar]
要素を比較し、ヒープ内の適切な位置に置く 0
« SplMaxHeap SplMinHeap » PHP Manual SplMaxHeap 要素を比較し、ヒープ内の適切な位置に置く SplMaxHeap::compare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplMaxHeap::compare — 要素を比較し、ヒープ内の適切な位置に置く 説明 protected SplMaxHeap::compare ( mixed $value1 , mixed $value2 ): int value1 と v ...
https://man.plustar.jp/php/splmaxheap.compare.html - [similar]
要素を比較し、ヒープ内の適切な位置に置く 0
« SplMinHeap SplPriorityQueue » PHP Manual SplMinHeap 要素を比較し、ヒープ内の適切な位置に置く SplMinHeap::compare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplMinHeap::compare — 要素を比較し、ヒープ内の適切な位置に置く 説明 protected SplMinHeap::compare ( mixed $value1 , mixed $value2 ): int value ...
https://man.plustar.jp/php/splminheap.compare.html - [similar]
要素の優先順位を比較し、ヒープ内の適切な位置に置く 0
« SplPriorityQueue SplPriorityQueue::count » PHP Manual SplPriorityQueue 要素の優先順位を比較し、ヒープ内の適切な位置に置く SplPriorityQueue::compare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplPriorityQueue::compare — 要素の優先順位を比較し、ヒープ内の適切な位置に置く 説明 public SplPriorityQueue ...
https://man.plustar.jp/php/splpriorityqueue.compare.html - [similar]
AppendIterator を作成する 0
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作成する AppendIterator::__construct (PHP 5 >= 5.1.0, PHP 7, PHP 8) AppendIterator::__construct — AppendIterator を作成する 説明 public AppendIterator::__construct () AppendIterator を作成します ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
フィールドの値を取得する 0
« IntlCalendar::fromDateTime IntlCalendar::getActualMaximum » PHP Manual IntlCalendar フィールドの値を取得する IntlCalendar::get (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::get — フィールドの値を取得する 説明 オブジェクト指向型 public IntlCalendar::get ( int $field ): i ...
https://man.plustar.jp/php/intlcalendar.get.html - [similar]
SQL文で collate 関数として使うユーザー定義関数を登録する 0
« PDO::sqliteCreateAggregate PDO::sqliteCreateFunction » PHP Manual SQLite (PDO) SQL文で collate 関数として使うユーザー定義関数を登録する PDO::sqliteCreateCollation (PHP 5 >= 5.3.11, PHP 7, PHP 8) PDO::sqliteCreateCollation — SQL文で collate 関数として使うユーザー定義関数を登録する 説明 ...
https://man.plustar.jp/php/pdo.sqlitecreatecollation.html - [similar]
新しい RecursiveRegexIterator を作成する 0
« RecursiveRegexIterator RecursiveRegexIterator::getChildren » PHP Manual RecursiveRegexIterator 新しい RecursiveRegexIterator を作成する RecursiveRegexIterator::__construct (PHP 5 >= 5.2.0, PHP 7, PHP 8) RecursiveRegexIterator::__construct — 新しい RecursiveRegexIterator を作成する 説明 ...
https://man.plustar.jp/php/recursiveregexiterator.construct.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
渡された配列の要素を再帰的に置き換える 0
« array_reduce array_replace » PHP Manual 配列 関数 渡された配列の要素を再帰的に置き換える array_replace_recursive (PHP 5 >= 5.3.0, PHP 7, PHP 8) array_replace_recursive — 渡された配列の要素を再帰的に置き換える 説明 array_replace_recursive ( array $array , array ...$replacements ): array ...
https://man.plustar.jp/php/function.array-replace-recursive.html - [similar]