検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 2416 for (0.029 sec.)
大文字小文字を区別せず、haystack 文字列の中で needle が最初に登場した場所以降の... 3654
« grapheme_stripos grapheme_strlen » PHP Manual Grapheme 関数 大字小字を区別せず、haystack ... 字列の中で needle が最初に登場した場所以降の部分字列を返す grapheme_stristr (PHP 5 >= 5.3.0, PHP 7, ... PHP 8, PECL intl >= 1.0.0) grapheme_stristr — 大字小字を区別せず、haystack 字列の中で needle が最 ... 初に登場した場所以降の部分字列を返す 説明 手続き型 grapheme_stristr ( string $ ... e , bool $beforeNeedle = false ): string | false 大字小字を区別せず、haystack 字列の中で needle が最 ...
https://man.plustar.jp/php/function.grapheme-stristr.html - [similar]
大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 3654
« mb_stripos mb_strlen » PHP Manual マルチバイト字列 関数 大字小字を区別せず、 字列の中で ... 指定した字列が最初に現れる位置を探す mb_stristr (PHP 5 >= 5. ... 2.0, PHP 7, PHP 8) mb_stristr — 大字小字を区別せず、 字列の中で指定した字列が最初 ... で最初に needle が現れる場所を探し、 haystack の部分字列を返します。 mb_strstr() とは異なり、 mb_stristr ... () は大字小字を区別しません。 needle が見つからなかった場 ...
https://man.plustar.jp/php/function.mb-stristr.html - [similar]
文字列の各単語の最初の文字を大文字にする 3654
« ucfirst utf8_decode » PHP Manual String 関数 字列の各単語の最初の字を大字にする ucwords ... (PHP 4, PHP 5, PHP 7, PHP 8) ucwords — 字列の各単語の最初の字を大字にする 説明 ucwords ... ing , string $separators = " \t\r\n\f\v" ): string 字がアルファベットの場合、 string の各単語の最初の ... 字を大字にしたものを返します。 この関数における "単語" とは ... 、 separators に含まれていない字からなる字列です。 separators のデフォルトはスペ ...
https://man.plustar.jp/php/function.ucwords.html - [similar]
文字列を大文字にする 3628
« strtolower strtr » PHP Manual String 関数 字列を大字にする strtoupper (PHP 4, PHP 5, PHP 7 ... , PHP 8) strtoupper — 字列を大字にする 説明 strtoupper ( string $string ... ): string string のアルファベット部分をすべて大字にして返します。 「アルファベット部分」は現在のロケ ... C」ロケールである場合は、 a ウムラウト (ä) のような字は変換されません。 パラメータ string 入力字列。 ... 戻り値 大字にした字列を返します。 例 例1 strtoupper() の例 ...
https://man.plustar.jp/php/function.strtoupper.html - [similar]
文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 3606
« strrev strrpos » PHP Manual String 関数 字列中で、特定の(大字小字を区別しない)字列が最 ... 位置を探す strripos (PHP 5, PHP 7, PHP 8) strripos — 字列中で、特定の(大字小字を区別しない)字列が最 ... , string $needle , int $offset = 0 ): int | false 字列 haystack の中で、 needle が最後に現れる位置を探 ... します。 strrpos() と異なり、 strripos() は大字小字を区別しません。 パラメータ haystack 検索を行 ...字列。 needle PHP 8.0.0 より前のバージョンでは、 nee ...
https://man.plustar.jp/php/function.strripos.html - [similar]
CSV の区切り文字、囲み文字、エスケープ文字をセットする 3593
« SplFileObject::seek SplFileObject::setFlags » PHP Manual SplFileObject CSV の区切り字、囲み ... 字、エスケープ字をセットする SplFileObject::setCsvControl (PHP 5 > ... PHP 8) SplFileObject::setCsvControl — CSV の区切り字、囲み字、エスケープ字をセットする 説明 public ... $escape = "\\" ): void CSV フィールド処理用の区切り字と囲み字とエスケープ字をセットします。 パラメー ... タ separator フィールドの区切り字 (シングルバイト字 1 字のみ)。 enclosure フィー ...
https://man.plustar.jp/php/splfileobject.setcsvcontrol.html - [similar]
英字かどうかを調べる 3571
« ctype_alnum ctype_cntrl » PHP Manual Ctype 関数 英字かどうかを調べる ctype_alpha (PHP 4 >= 4.0 ... る 説明 ctype_alpha ( mixed $text ): bool 与えられた字列 text のすべての字が 英字であるかどうかを調べま ... す。 標準の C ロケールの場合、字は [A-Za-z] で、 ctype_alpha() は $text が一字の ... e_lower($text)) と等価です。 しかし、他の言語には大字でも小字でもない字が含まれています。 パラメータ ... text 調べる字列。 注意 : -128 から 255 までの int を渡すと、ひと ...
https://man.plustar.jp/php/function.ctype-alpha.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 3571
« iconv_substr ob_iconv_handler » PHP Manual iconv 関数 ある字エンコーディングの字列を、別の ... (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv — ある字エンコーディングの字列を、別の字エンコーディン ... ng $to_encoding , string $string ): string | false 字列 string の字セットを from_encoding から to_enc ... す。 パラメータ from_encoding string の解釈に使われる字セット。 to_encoding 変換したいエンコーディング。 ... すると、翻字機能が有効になります。これは、指定された字集合で 表せない字を、見た目の似ている別の字に置 ...
https://man.plustar.jp/php/function.iconv.html - [similar]
文字列の一部を切り出す 3562
« iconv_strrpos iconv » PHP Manual iconv 関数 字列の一部を切り出す iconv_substr (PHP 5, PHP 7, ... PHP 8) iconv_substr — 字列の一部を切り出す 説明 iconv_substr ( string $str ... null , ? string $encoding = null ): string | false 字列 string の、 offset と length で指定された一部を ... 返します。 パラメータ string 元の字列。 offset offset が負でない場合、 iconv_substr() ... は string の offset 番目の字(ゼロから数えて)から切り出します。 offset が負の ...
https://man.plustar.jp/php/function.iconv-substr.html - [similar]
ロケールに基づく文字列比較 3562
« strcmp strcspn » PHP Manual String 関数 ロケールに基づく字列比較 strcoll (PHP 4 >= 4.0.5, PH ... P 5, PHP 7, PHP 8) strcoll — ロケールに基づく字列比較 説明 strcoll ( string $string1 , string $st ... ring2 ): int この比較は大字小字を区別すること、そして、 strcmp() とは異なり ... 数は strcmp() と等価です。 パラメータ string1 最初の字列。 string2 次の字列。 戻り値 string1 が string ... 現によるマッチングを行う strcmp() - バイナリセーフな字列比較 strcasecmp() - 大字小字を区別しないバイ ...
https://man.plustar.jp/php/function.strcoll.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT