検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 2221 for [SIMILAR] 16 1024 4096 WITH 3919 プロ WITH 3850 ... (1.182 sec.)
バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う 5506
« strnatcmp strncmp » PHP Manual String 関数 バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う strncasecmp (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) strncasecmp — バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う 説明 strncasecmp ( ...
https://man.plustar.jp/php/function.strncasecmp.html - [similar]
文字列の最初の文字を大文字にする 5506
« trim ucwords » PHP Manual String 関数 文字列の最初の文字を大文字にする ucfirst (PHP 4, PHP 5, PHP 7, PHP 8) ucfirst — 文字列の最初の文字を大文字にする 説明 ucfirst ( string $string ): string string の最初の文字がアルファベットであれば、 それを大文字にします。 「アルファベット」かどうか ...
https://man.plustar.jp/php/function.ucfirst.html - [similar]
文字列の最初の文字を小文字にする 5506
« join levenshtein » PHP Manual String 関数 文字列の最初の文字を小文字にする lcfirst (PHP 5 >= 5.3.0, PHP 7, PHP 8) lcfirst — 文字列の最初の文字を小文字にする 説明 lcfirst ( string $string ): string string の最初の文字がアルファベットであれば、 それを小文字にします。 「アルファベット」か ...
https://man.plustar.jp/php/function.lcfirst.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 5506
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 str_ends_with (PHP 8) str_ends_with — 文字列が、指定された文字列で終わるかを調べる。 説明 str_ends_with ( string $haystack , string $needle ): bool haystack が needle で終わるかを調べます。 ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
文字列の一部分を返す 5506
« substr_replace trim » PHP Manual String 関数 文字列の一部分を返す substr (PHP 4, PHP 5, PHP 7, PHP 8) substr — 文字列の一部分を返す 説明 substr ( string $string , int $offset , ? int $length = null ): string 文字列 string の、 offset で指定された位置から length バイト分の文字列を返しま ...
https://man.plustar.jp/php/function.substr.html - [similar]
マルチバイト文字列を受取り、文字の配列を返す 5506
« mb_split mb_strcut » PHP Manual マルチバイト文字列 関数 マルチバイト文字列を受取り、文字の配列を返す mb_str_split (PHP 7 >= 7.4.0, PHP 8) mb_str_split — マルチバイト文字列を受取り、文字の配列を返す 説明 mb_str_split ( string $string , int $length = 1 , ? string $encoding = null ): arra ...
https://man.plustar.jp/php/function.mb-str-split.html - [similar]
数値から、1バイトの文字列を生成する 5506
« chop chunk_split » PHP Manual String 関数 数値から、1バイトの文字列を生成する chr (PHP 4, PHP 5, PHP 7, PHP 8) chr — 数値から、1バイトの文字列を生成する 説明 chr ( int $codepoint ): string codepoint を符号なし数値と解釈することによって指定された文字を含む、 1文字からなる文字列を返します ...
https://man.plustar.jp/php/function.chr.html - [similar]
はじめに 5506
« Ctype インストール/設定 » PHP Manual Ctype はじめに はじめに 以下の関数は、現在のロケール( setlocale() も参照) に基づき文字または文字列がある文字クラスに含まれるかどうかを調べます。 整数の引数を指定してコールした場合、これらの関数は、 ctype.h に記述された C の同名の関数と全く同様に動作 ...
https://man.plustar.jp/php/intro.ctype.html - [similar]
Unicode 文字プロパティ 0
« エスケープシーケンス アンカー » PHP Manual PCRE 正規表現構文 Unicode 文字プロパティ Unicode 文字プロパティ PHP 5.1.0 以降、 UTF-8 モード を設定した場合に、 一般的な文字タイプにマッチする新たなエスケープシーケンスが 3 つ追加されました。 \p{xx} xx プロパティを持つ文字 \P{xx} xx プロパティ ...
https://man.plustar.jp/php/regexp.reference.unicode.html - [similar]
リフレクション 0
« unregister_tick_function はじめに » PHP Manual 変数・データ型関連 リフレクション リフレクション はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 拡張 Reflection — Reflection クラス Reflection::export — エクスポートする Reflection::getModifierNames ...
https://man.plustar.jp/php/book.reflection.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT