検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1093 for [SIMILAR] 16 1024 4096 WITH 12278 split WITH 574... (0.705 sec.)
コードポイントが小文字かどうかを調べる 0
« IntlChar::isJavaSpaceChar IntlChar::isMirrored » PHP Manual IntlChar コードポイントが小文字かどうかを調べる IntlChar::islower (PHP 7, PHP 8) IntlChar::islower — コードポイントが小文字かどうかを調べる 説明 public static IntlChar::islower ( int | string $codepoint ): ? bool 指定されたコー ...
https://man.plustar.jp/php/intlchar.islower.html - [similar]
制御文字かどうかを調べる 0
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_cntrl — 制御文字かどうかを調べる 説明 ctype_cntrl ( mixed $text ): bool 与えられた文字列 text のすべての文字が制御文字であるかどうかを調べます。 制御文字とは ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
大文字かどうか調べる 0
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_upper — 大文字かどうか調べる 説明 ctype_upper ( mixed $text ): bool 与えられた文字列 text のすべての文字が 大文字であるかどうかを調べます。 パラメータ text 調べ ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
副文字列の出現回数を数える 0
« substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count (PHP 4, PHP 5, PHP 7, PHP 8) substr_count — 副文字列の出現回数を数える 説明 substr_count ( string $haystack , string $needle , int $offset = 0 , ? int $length = null ): int substr_count() は、 ...
https://man.plustar.jp/php/function.substr-count.html - [similar]
コードポイントの "鏡文字" を取得する 0
« IntlChar::charFromName IntlChar::charName » PHP Manual IntlChar コードポイントの "鏡文字" を取得する IntlChar::charMirror (PHP 7, PHP 8) IntlChar::charMirror — コードポイントの "鏡文字" を取得する 説明 public static IntlChar::charMirror ( int | string $codepoint ): int | string | null ...
https://man.plustar.jp/php/intlchar.charmirror.html - [similar]
コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 0
« IntlChar::isULowercase IntlChar::isUUppercase » PHP Manual IntlChar コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する IntlChar::isupper (PHP 7, PHP 8) IntlChar::isupper — コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 説明 public static IntlChar::isupper ...
https://man.plustar.jp/php/intlchar.isupper.html - [similar]
パフォーマンス 0
« 再帰的パターン PCRE 関数 » PHP Manual PCRE 正規表現構文 パフォーマンス パフォーマンス パターンに記述可能な要素のうち、幾つかの要素は、他の要素よりも 効率的に処理されます。 (a|e|i|o|u) のような選択肢の集合よりも [aeiou] のような文字クラスの方が効率的です。一般に、構文が 最も単純なものが ...
https://man.plustar.jp/php/regexp.reference.performance.html - [similar]
ノードの文字データの最後に文字列を追加する 0
« DOMCharacterData DOMCharacterData::deleteData » PHP Manual DOMCharacterData ノードの文字データの最後に文字列を追加する DOMCharacterData::appendData (PHP 5, PHP 7, PHP 8) DOMCharacterData::appendData — ノードの文字データの最後に文字列を追加する 説明 public DOMCharacterData::appendData ( ...
https://man.plustar.jp/php/domcharacterdata.appenddata.html - [similar]
GMP 数を作成する 0
« gmp_import gmp_intval » PHP Manual GMP 関数 GMP 数を作成する gmp_init (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_init — GMP 数を作成する 説明 gmp_init ( int | string $num , int $base = 0 ): GMP 整数または文字列から GMP 数を生成します。 パラメータ num 整数値あるいは文字列。文字列表現には ...
https://man.plustar.jp/php/function.gmp-init.html - [similar]
quoted-printable 文字列を 8 ビット文字列に変換する 0
« imap_ping imap_rename » PHP Manual IMAP 関数 quoted-printable 文字列を 8 ビット文字列に変換する imap_qprint (PHP 4, PHP 5, PHP 7, PHP 8) imap_qprint — quoted-printable 文字列を 8 ビット文字列に変換する 説明 imap_qprint ( string $string ): string | false ( » RFC2045 , section 6.7 に基づ ...
https://man.plustar.jp/php/function.imap-qprint.html - [similar]