検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 2172 for 文字 (0.018 sec.)
文字列の一部を置換する 3397
« substr_count substr » PHP Manual String 関数 文字列の一部を置換する substr_replace (PHP 4, PHP ... 5, PHP 7, PHP 8) substr_replace — 文字列の一部を置換する 説明 substr_replace ( array | str ... ngth = null ): string | array substr_replace() は、文字列 string の offset および (オプションの) length パラ ... メータで区切られた部分を replace で指定した文字列に置換します。 パラメータ string 入力文字列。 文字 ... 列の配列を指定することもでき、各文字列について順に置換を行います。 この場合、他のパラメー ...
https://man.plustar.jp/php/function.substr-replace.html - [similar]
マルチバイトをサポートし、大文字小文字を無視した正規表現マッチ 3384
« mb_eregi_replace mb_get_info » PHP Manual マルチバイト文字列 関数 マルチバイトをサポートし、大 ... 文字文字を無視した正規表現マッチ mb_eregi (PHP 4 >= 4.2.0, P ... P 7, PHP 8) mb_eregi — マルチバイトをサポートし、大文字文字を無視した正規表現マッチ 説明 mb_eregi ( strin ... hes = null ): bool マルチバイトをサポートし、かつ大文字文字を無視した正規表現マッチを実行します。 パラメー ... 索対象の string matches pattern の 括弧で囲まれた部分文字列にマッチする部分が見つかり、 かつ3番目の引数 match ...
https://man.plustar.jp/php/function.mb-eregi.html - [similar]
言語およびロケール情報を検索する 3384
« money_format nl2br » PHP Manual String 関数 言語およびロケール情報を検索する nl_langinfo (PHP ... 式表記 MON_(1-12) n 番目の月の名前 AM_STR 午前を表す文字列 PM_STR 午後を表す文字列 D_T_FMT strftime() で日時 ... を表すためのフォーマット文字列として使用することが可能な文字列 D_FMT strftime() ... で日付を表すためのフォーマット文字列として使用することが可能な文字列 T_FMT strftime() ... で時刻を表すためのフォーマット文字列として使用することが可能な文字列 T_FMT_AMPM strfti ...
https://man.plustar.jp/php/function.nl-langinfo.html - [similar]
コードポイントが小文字かどうかを調べる 3384
« IntlChar::isJavaSpaceChar IntlChar::isMirrored » PHP Manual IntlChar コードポイントが小文字かど ... HP 7, PHP 8) IntlChar::islower — コードポイントが小文字かどうかを調べる 説明 public static IntlChar::islowe ... l 指定されたコードポイントが、一般カテゴリ "Ll" (小文字) に属するかを判定します。 注意 : このメソッドのやり ... 方だと、 小文字ではあるものの、違うカテゴリに属する文字を見逃してし ... まいます。 それらも含めて小文字かどうかを判定するには、 IntlChar::isULowercase() を ...
https://man.plustar.jp/php/intlchar.islower.html - [similar]
制御文字かどうかを調べる 3374
« 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 ): b ... ool 与えられた文字列 text のすべての文字が制御文字であるかどうかを調べ ... ます。 制御文字とは、例えばラインフィードやタブ、エスケープなどです ... 。 パラメータ text 調べる文字列。 注意 : -128 から 255 までの int を渡すと、ひとつ ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
大文字かどうか調べる 3374
« 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 ): boo ... l 与えられた文字列 text のすべての文字が 大文字であるかどうかを調べま ... す。 パラメータ text 調べる文字列。 注意 : -128 から 255 までの int を渡すと、ひとつ ...文字の ASCII 値とみなします (負の値には 256 を足して、拡 ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
文字列が最後に現れる場所を見つける 3374
« iconv_strpos iconv_substr » PHP Manual iconv 関数 文字列が最後に現れる場所を見つける iconv_str ... rpos (PHP 5, PHP 7, PHP 8) iconv_strrpos — 文字列が最後に現れる場所を見つける 説明 iconv_strrpos ( ... s() の戻り値は needle が見つかった 位置の先頭からの文字数となります。 文字数は encoding で指定された文字セッ ... トに基づいて数えられます。 パラメータ haystack 文字列全体。 needle 検索する文字列。 encoding encoding パ ... coding であると判断されます。 haystack や needle が文字列でない場合、文字列に変換され、文字が並んだ値として ...
https://man.plustar.jp/php/function.iconv-strrpos.html - [similar]
コード変換指令に基づき文字列のコードを変換する 3374
« recode_file recode » PHP Manual Recode 関数 コード変換指令に基づき文字列のコードを変換する rec ... P 7 < 7.4.0) recode_string — コード変換指令に基づき文字列のコードを変換する 説明 recode_string ( string $re ... g $string ): string コード変換指令 request に基づき文字列 string のコードを変換します。 パラメータ request ... 変換指令の型。 string 変換する文字列。 戻り値 変換後の文字列、または変換指令を実行でき ... ュメントも参照ください。 mb_convert_encoding() - ある文字エンコーディングの文字列を、別の文字エンコーディング ...
https://man.plustar.jp/php/function.recode-string.html - [similar]
副文字列の出現回数を数える 3374
« substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count ... (PHP 4, PHP 5, PHP 7, PHP 8) substr_count — 副文字列の出現回数を数える 説明 substr_count ( string $hay ... 0 , ? int $length = null ): int substr_count() は、文字列 haystack の中での副文字列 needle の出現回数を返し ... ます。 needle は英大小文字を区別することに注意してください。 注意 : この関数は ... 重なり合う副文字列をカウントしません。以下の例を見てください ! パラメ ...
https://man.plustar.jp/php/function.substr-count.html - [similar]
コードポイントの "鏡文字" を取得する 3374
« IntlChar::charFromName IntlChar::charName » PHP Manual IntlChar コードポイントの "鏡文字" を取 ... PHP 8) IntlChar::charMirror — コードポイントの "鏡文字" を取得する 説明 public static IntlChar::charMirro ... string $codepoint ): int | string | null 指定された文字を、鏡文字 にマップします。 Bidi_Mirrored プロパティ ... を持つ文字ごとに、 実装上、別のUnicode文字 (コードポイント) へ ... ッピング が必要になることがあります。 これは、特定の文字のデフォルトのグリフが、 指定された文字のデフォルトの ...
https://man.plustar.jp/php/intlchar.charmirror.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT