検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 785 for [SIMILAR] 16 1024 4096 WITH 34127 parentiterator... (1.503 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]
リファレンスカウントの原理 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]
新しい DOMElement オブジェクトを作成する 0
« DOMElement DOMElement::getAttribute » PHP Manual DOMElement 新しい DOMElement オブジェクトを作成する DOMElement::__construct (PHP 5, PHP 7, PHP 8) DOMElement::__construct — 新しい DOMElement オブジェクトを作成する 説明 public DOMElement::__construct ( string $qualifiedName , ? string $ ...
https://man.plustar.jp/php/domelement.construct.html - [similar]
キューに要素を挿入する 0
« SplPriorityQueue::getExtractFlags SplPriorityQueue::isCorrupted » PHP Manual SplPriorityQueue キューに要素を挿入する SplPriorityQueue::insert (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplPriorityQueue::insert — キューに要素を挿入する 説明 public SplPriorityQueue::insert ( mixed $value , mixed $pr ...
https://man.plustar.jp/php/splpriorityqueue.insert.html - [similar]
現在の属性の親要素にカーソルを移動する 0
« XMLReader::moveToAttributeNs XMLReader::moveToFirstAttribute » PHP Manual XMLReader 現在の属性の親要素にカーソルを移動する XMLReader::moveToElement (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::moveToElement — 現在の属性の親要素にカーソルを移動する 説明 public XMLReader::moveToElement (): ...
https://man.plustar.jp/php/xmlreader.movetoelement.html - [similar]
URL を解釈し、その構成要素を返す 0
« http_build_query rawurldecode » PHP Manual URL 関数 URL を解釈し、その構成要素を返す parse_url (PHP 4, PHP 5, PHP 7, PHP 8) parse_url — URL を解釈し、その構成要素を返す 説明 parse_url ( string $url , int $component = -1 ): int | string | array | null | false この関数は、URL の様々な構成 ...
https://man.plustar.jp/php/function.parse-url.html - [similar]