検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1029 for [SIMILAR] 16 1024 4096 WITH 20853 値形 WITH 1048... (3.614 sec.)
bucket を brigade の先頭に追加する 0
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に追加する stream_bucket_prepend (PHP 5, PHP 7, PHP 8) stream_bucket_prepend — bucket を brigade の先頭に追加する 説明 stream_bucket_prepend ( resource $brigade , object $bucket ): void この関数 ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
ヒープの先頭からノードを取り出す 0
« SplHeap::current SplHeap::insert » PHP Manual SplHeap ヒープの先頭からノードを取り出す SplHeap::extract (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplHeap::extract — ヒープの先頭からノードを取り出す 説明 public SplHeap::extract (): mixed パラメータ この関数にはパラメータはありません。 戻り値 取り出 ...
https://man.plustar.jp/php/splheap.extract.html - [similar]
ヒープの先頭からノードを取り出す 0
« SplPriorityQueue::current SplPriorityQueue::getExtractFlags » PHP Manual SplPriorityQueue ヒープの先頭からノードを取り出す SplPriorityQueue::extract (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplPriorityQueue::extract — ヒープの先頭からノードを取り出す 説明 public SplPriorityQueue::extract (): mix ...
https://man.plustar.jp/php/splpriorityqueue.extract.html - [similar]
双方向リンクリストの先頭からノードを取り出す 0
« SplDoublyLinkedList::setIteratorMode SplDoublyLinkedList::top » PHP Manual SplDoublyLinkedList 双方向リンクリストの先頭からノードを取り出す SplDoublyLinkedList::shift (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplDoublyLinkedList::shift — 双方向リンクリストの先頭からノードを取り出す 説明 public Sp ...
https://man.plustar.jp/php/spldoublylinkedlist.shift.html - [similar]
2つの任意精度数値の乗算を行う 0
« bcmod bcpow » PHP Manual BC Math 関数 2つの任意精度数値の乗算を行う bcmul (PHP 4, PHP 5, PHP 7, PHP 8) bcmul — 2つの任意精度数値の乗算を行う 説明 bcmul ( string $num1 , string $num2 , ? int $scale = null ): string num1 に num2 を掛けます。 パラメータ num1 左オペランドを表す文字列。 num ...
https://man.plustar.jp/php/function.bcmul.html - [similar]
度単位の数値をラジアン単位に変換する 0
« decoct exp » PHP Manual Math 関数 度単位の数値をラジアン単位に変換する deg2rad (PHP 4, PHP 5, PHP 7, PHP 8) deg2rad — 度単位の数値をラジアン単位に変換する 説明 deg2rad ( float $num ): float この関数は、 num の単位を度からラジアンに変換します。 パラメータ num 度で表した角度。 戻り値 num ...
https://man.plustar.jp/php/function.deg2rad.html - [similar]
整数値の除算 0
« hypot is_finite » PHP Manual Math 関数 整数値の除算 intdiv (PHP 7, PHP 8) intdiv — 整数値の除算 説明 intdiv ( int $num1 , int $num2 ): int num1 を num2 で割った整数商を返します。 パラメータ num1 割られる数。 num2 num1 を割る数。 戻り値 num1 を num2 で割った整数商。 エラー / 例外 num2 が ...
https://man.plustar.jp/php/function.intdiv.html - [similar]
結果の行を、連想配列あるいは数値添字配列あるいはその両方で取得する 0
« SQLite3Result::__construct SQLite3Result::finalize » PHP Manual SQLite3Result 結果の行を、連想配列あるいは数値添字配列あるいはその両方で取得する SQLite3Result::fetchArray (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3Result::fetchArray — 結果の行を、連想配列あるいは数値添字配列あるいはその両方 ...
https://man.plustar.jp/php/sqlite3result.fetcharray.html - [similar]
トップレベルの内部イテレータの先頭要素にイテレータを巻き戻す 0
« RecursiveIteratorIterator::nextElement RecursiveIteratorIterator::setMaxDepth » PHP Manual RecursiveIteratorIterator トップレベルの内部イテレータの先頭要素にイテレータを巻き戻す RecursiveIteratorIterator::rewind (PHP 5, PHP 7, PHP 8) RecursiveIteratorIterator::rewind — トップレベルの内 ...
https://man.plustar.jp/php/recursiveiteratoriterator.rewind.html - [similar]
後方参照 0
« 繰り返し 言明 » PHP Manual PCRE 正規表現構文 後方参照 後方参照 文字クラス外で、バックスラッシュに続いて 1 以上の数値(複数桁可) を記述したものは、パターン中のより前方(すなわち左)にある キャプチャ用サブパターンに対する後方参照 (back reference) です。ただし、 その左方に、その数値以上の ...
https://man.plustar.jp/php/regexp.reference.back-references.html - [similar]