Results of 1 - 10 of about 28 for 一文字 (0.023 sec.)
- キリル文字セットを他のものに変換する 10585
- « chunk_split convert_uudecode » PHP Manual String 関数 キリル文字セットを他のものに変換する con
...
変換したい文字列。 from 変換元のキリル文字セットを一文字で表したもの。 to 変換先のキリル文字セットを一文字で ...
セット , string , 文字 , 他 , convert , 関数 , cyr , 一文字 , 注意 ...
-
https://man.plustar.jp/php/function.convert-cyr-string.html
- [similar]
- Unicode 文字プロパティ 10389
- « エスケープシーケンス アンカー » PHP Manual PCRE 正規表現構文 Unicode 文字プロパティ Unicode 文
...
^Lu} は \P{Lu} と同じです。 \p もしくは \P の後に、一文字だけを記述すると その文字で始まるすべてのプロパティが ...
スクリプト名を指定すれば、そのスクリプトの文字群の一文字にマッチさせることができます。 たとえば、次のように使 ...
-
https://man.plustar.jp/php/regexp.reference.unicode.html
- [similar]
- フィールドの配列を CSV の行として書き出す 10290
- « SplFileObject::fpassthru SplFileObject::fread » PHP Manual SplFileObject フィールドの配列を CS
...
指定する、フィールドの区切り文字 (シングルバイト文字 一文字のみ)。 enclosure オプションで指定する。フィールドの ...
囲み文字 (シングルバイト文字 一文字のみ)。 escape オプションの escape は、エスケープ文字 ...
(シングルバイト文字 最大で一文字) を指定します。 空文字列 ( "" ) を与えると、(RFC 4 ...
た場合に false を返します。 separator や enclosure が一文字でない場合は false を返し、何もファイルに書き出しませ ...
-
https://man.plustar.jp/php/splfileobject.fputcsv.html
- [similar]
- ある文字エンコーディングから別の文字エンコーディングに文字列を変換する 10225
- « UConverter::toUCallback Grapheme 関数 » PHP Manual UConverter ある文字エンコーディングから別の
...
これを指定する場合、 変換先のエンコーディングのうちの一文字でなければいけません。 戻り値 変換後の文字列を返しま ...
ing で表現できない文字が含まれていた場合、 それらは一文字で置換されます。 置換に使われる文字はエンコーディング ...
-
https://man.plustar.jp/php/uconverter.transcode.html
- [similar]
- 英字かどうかを調べる 10143
- « ctype_alnum ctype_cntrl » PHP Manual Ctype 関数 英字かどうかを調べる ctype_alpha (PHP 4 >= 4.0
...
場合、文字は [A-Za-z] で、 ctype_alpha() は $text が一文字のみの場合の (ctype_upper($text) || ctype_lower($tex ...
-
https://man.plustar.jp/php/function.ctype-alpha.html
- [similar]
- コードポイント値に対応する、Unicode 文字を返す 10143
- « IntlChar::charType IntlChar::digit » PHP Manual IntlChar コードポイント値に対応する、Unicode 文
...
指定された Unicode のコードポイント値に対応する、 一文字を含んだ文字列を返します。 この関数は、 IntlChar::or ...
指定された Unicode のコードポイント値に対応する、 一文字を含んだ文字列を返します。 失敗した場合は、 null を返 ...
ード , 対応 , 文字 , IntlChar , string , chr , int , 一文字 , codepoint ...
-
https://man.plustar.jp/php/intlchar.chr.html
- [similar]
- 数値から、1バイトの文字列を生成する 10061
- « chop chunk_split » PHP Manual String 関数 数値から、1バイトの文字列を生成する chr (PHP 4, PHP
...
ッピングテーブルにある望みの文字の位置を 渡すことで、一文字の文字列を作り出すのに使えます。 しかし、この関数は ...
$bytevalue %= 256; 戻り値 指定されたバイトを含む、一文字からなる文字列を返します。 変更履歴 バージョン 説明 ...
, chr , 関数 , 文字 , codepoint , 動作 , コード , 一文字 ...
-
https://man.plustar.jp/php/function.chr.html
- [similar]
- 文字列の長さを得る 10061
- « mb_stristr mb_strpos » PHP Manual マルチバイト文字列 関数 文字列の長さを得る mb_strlen (PHP 4
...
文字列 string の文字数を返します。 マルチバイト文字の一文字は1個として数えられます。 エラー / 例外 不明な encod ...
-
https://man.plustar.jp/php/function.mb-strlen.html
- [similar]
- マルチバイト文字列を受取り、文字の配列を返す 9733
- « mb_split mb_strcut » PHP Manual マルチバイト文字列 関数 マルチバイト文字列を受取り、文字の配列
...
length これを指定すると、返される配列の個々の要素は一文字ではなく複数の文字になります。 encoding encoding パラ ...
-
https://man.plustar.jp/php/function.mb-str-split.html
- [similar]
- 再試行無しのサブパターン 9373
- « 言明 条件付きサブパターン » PHP Manual PCRE 正規表現構文 再試行無しのサブパターン 再試行無しの
...
〔ので、それを避ける〕ためです。マッチに必要な最後の一文字が記憶され、 文字列にその文字が無い場合、早期に失敗と ...
-
https://man.plustar.jp/php/regexp.reference.onlyonce.html
- [similar]