検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 336 for [SIMILAR] 16 1024 4096 WITH 24391 strtolower WIT... (0.584 sec.)
Unicode のコードポイントの数値の値を取得する 0
« IntlChar::getIntPropertyValue IntlChar::getPropertyEnum » PHP Manual IntlChar Unicode のコードポイントの数値の値を取得する IntlChar::getNumericValue (PHP 7, PHP 8) IntlChar::getNumericValue — Unicode のコードポイントの数値の値を取得する 説明 public static IntlChar::getNumericValue ( in ...
https://man.plustar.jp/php/intlchar.getnumericvalue.html - [similar]
コードポイントが図形文字であるかを調べる 0
« IntlChar::isdigit IntlChar::isIDIgnorable » PHP Manual IntlChar コードポイントが図形文字であるかを調べる IntlChar::isgraph (PHP 7, PHP 8) IntlChar::isgraph — コードポイントが図形文字であるかを調べる 説明 public static IntlChar::isgraph ( int | string $codepoint ): ? bool 指定されたコー ...
https://man.plustar.jp/php/intlchar.isgraph.html - [similar]
はじめに 0
« PCRE 正規表現構文 デリミタ » PHP Manual PCRE 正規表現構文 はじめに はじめに PCRE がサポートする正規表現の構文と意味体系を以下に示します。 正規表現については、Perl のドキュメントや他の多くの書籍においても 解説されており、実例が豊富に記載されているものもあります。特に、 O'Reilly 発刊 Jef ...
https://man.plustar.jp/php/regexp.introduction.html - [similar]
配列のソート 0
« 定義済み定数 配列 関数 » PHP Manual 配列 配列のソート 配列のソート PHP には配列をソートする関数が複数用意されています。 このページでは、それらの違いについて説明します。 主な相違点は次のとおりです。 配列のキーでソートするものと、値でソートするものがあります。 $array['キー'] = '値'; キー ...
https://man.plustar.jp/php/array.sorting.html - [similar]
"自然順" アルゴリズムでエントリをソートする 0
« ArrayObject::natcasesort ArrayObject::offsetExists » PHP Manual ArrayObject "自然順" アルゴリズムでエントリをソートする ArrayObject::natsort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::natsort — "自然順" アルゴリズムでエントリをソートする 説明 public ArrayObject::natsort (): bool このメ ...
https://man.plustar.jp/php/arrayobject.natsort.html - [similar]
ユーザー定義の比較関数を使って、キーでエントリをソートする 0
« ArrayObject::uasort ArrayObject::unserialize » PHP Manual ArrayObject ユーザー定義の比較関数を使って、キーでエントリをソートする ArrayObject::uksort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::uksort — ユーザー定義の比較関数を使って、キーでエントリをソートする 説明 public ArrayObject:: ...
https://man.plustar.jp/php/arrayobject.uksort.html - [similar]
ふたつの Unicode 文字列を比較する 0
« Collator::asort Collator::__construct » PHP Manual Collator ふたつの Unicode 文字列を比較する Collator::compare collator_compare (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) Collator::compare -- collator_compare — ふたつの Unicode 文字列を比較する 説明 オブジェクト指向型 public C ...
https://man.plustar.jp/php/collator.compare.html - [similar]
指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す 0
« array_reverse array_shift » PHP Manual 配列 関数 指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す array_search (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) array_search — 指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す 説明 array_search ( mixed $needle , a ...
https://man.plustar.jp/php/function.array-search.html - [similar]
連想キーと要素との関係を維持しつつ配列を降順にソートする 0
« array asort » PHP Manual 配列 関数 連想キーと要素との関係を維持しつつ配列を降順にソートする arsort (PHP 4, PHP 5, PHP 7, PHP 8) arsort — 連想キーと要素との関係を維持しつつ配列を降順にソートする 説明 arsort ( array &$array , int $flags = SORT_REGULAR ): bool 各配列のキーと要素との関係を ...
https://man.plustar.jp/php/function.arsort.html - [similar]
連想キーと要素との関係を維持しつつ配列を昇順にソートする 0
« arsort compact » PHP Manual 配列 関数 連想キーと要素との関係を維持しつつ配列を昇順にソートする asort (PHP 4, PHP 5, PHP 7, PHP 8) asort — 連想キーと要素との関係を維持しつつ配列を昇順にソートする 説明 asort ( array &$array , int $flags = SORT_REGULAR ): bool 配列のキーと要素との関係を維 ...
https://man.plustar.jp/php/function.asort.html - [similar]