検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 200 for [SIMILAR] 16 1024 4096 WITH 28277 mailparse WITH... (0.258 sec.)
取り出しモードを設定する 0
« SplPriorityQueue::rewind SplPriorityQueue::top » PHP Manual SplPriorityQueue 取り出しモードを設定する SplPriorityQueue::setExtractFlags (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplPriorityQueue::setExtractFlags — 取り出しモードを設定する 説明 public SplPriorityQueue::setExtractFlags ( int $flags ...
https://man.plustar.jp/php/splpriorityqueue.setextractflags.html - [similar]
SplMaxHeap クラス 0
« SplHeap::valid SplMaxHeap::compare » PHP Manual データ構造 SplMaxHeap クラス SplMaxHeap クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplMaxHeap クラスは、ヒープの主要な機能を提供し、最大値を先頭に保ちます。 クラス概要 class SplMaxHeap extends SplHeap { /* メソッド */ protected compar ...
https://man.plustar.jp/php/class.splmaxheap.html - [similar]
SplMinHeap クラス 0
« SplMaxHeap::compare SplMinHeap::compare » PHP Manual データ構造 SplMinHeap クラス SplMinHeap クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplMinHeap クラスは、ヒープの主要な機能を提供し、最小値を先頭に保ちます。 クラス概要 class SplMinHeap extends SplHeap { /* メソッド */ protected c ...
https://man.plustar.jp/php/class.splminheap.html - [similar]
文字列のソート用のキーを取得する 0
« Collator::getLocale Collator::getStrength » PHP Manual Collator 文字列のソート用のキーを取得する Collator::getSortKey collator_get_sort_key (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl >= 1.0.3) Collator::getSortKey -- collator_get_sort_key — 文字列のソート用のキーを取得する 説明 オブジェク ...
https://man.plustar.jp/php/collator.getsortkey.html - [similar]
if 0
« はじめに else » PHP Manual 制御構造 if if (PHP 4, PHP 5, PHP 7, PHP 8) if 構文は、PHP を含む全ての言語において最も重要な 機能の一つです。 この構文は、命令の条件実行を可能にします。 PHP では、C 言語に似た次のような if 構文が使用されます。 if (式) 文 式のセクション で 記述したように 式 は ...
https://man.plustar.jp/php/control-structures.if.html - [similar]
配列を指定した値で埋める 0
« array_fill_keys array_filter » PHP Manual 配列 関数 配列を指定した値で埋める array_fill (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) array_fill — 配列を指定した値で埋める 説明 array_fill ( int $start_index , int $count , mixed $value ): array パラメータ value を値とする count 個のエントリから ...
https://man.plustar.jp/php/function.array-fill.html - [similar]
数値の基数を任意に変換する 0
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP 7, PHP 8) base_convert — 数値の基数を任意に変換する 説明 base_convert ( string $num , int $from_base , int $to_base ): string num を基数 to_base で表した文字列を返します。 num の基数は、 from ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
ファイルポインタから1文字取り出す 0
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP 4, PHP 5, PHP 7, PHP 8) fgetc — ファイルポインタから1文字取り出す 説明 fgetc ( resource $stream ): string | false 指定したファイルポインタから 1 文字読み出します。 パラメータ stream ファイルポ ...
https://man.plustar.jp/php/function.fgetc.html - [similar]
定義済のクラスの名前を配列として返す 0
« get_class get_declared_interfaces » PHP Manual クラス/オブジェクト関数 定義済のクラスの名前を配列として返す get_declared_classes (PHP 4, PHP 5, PHP 7, PHP 8) get_declared_classes — 定義済のクラスの名前を配列として返す 説明 get_declared_classes (): array 定義済のクラスの名前を配列として ...
https://man.plustar.jp/php/function.get-declared-classes.html - [similar]
文字列が最後に現れる場所を見つける 0
« iconv_strpos iconv_substr » PHP Manual iconv 関数 文字列が最後に現れる場所を見つける iconv_strrpos (PHP 5, PHP 7, PHP 8) iconv_strrpos — 文字列が最後に現れる場所を見つける 説明 iconv_strrpos ( string $haystack , string $needle , ? string $encoding = null ): int | false needle が haysta ...
https://man.plustar.jp/php/function.iconv-strrpos.html - [similar]