検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 53 for [SIMILAR] 16 1024 4096 WITH 26004 strrchr WITH 2... (0.072 sec.)
文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 7369
« strrev strrpos » PHP Manual String 関数 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す strripos (PHP 5, PHP 7, PHP 8) strripos — 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 説明 strripos ( string $haystack , string $needle , in ...
https://man.plustar.jp/php/function.strripos.html - [similar]
文字列が最初に現れる位置を見つける 6984
« strspn strtok » PHP Manual String 関数 文字列が最初に現れる位置を見つける strstr (PHP 4, PHP 5, PHP 7, PHP 8) strstr — 文字列が最初に現れる位置を見つける 説明 strstr ( string $haystack , string $needle , bool $before_needle = false ): string | false haystack の中で needle が最初に現れる ...
https://man.plustar.jp/php/function.strstr.html - [similar]
大文字小文字を区別しない strstr 6866
« stripslashes strlen » PHP Manual String 関数 大文字小文字を区別しない strstr stristr (PHP 4, PHP 5, PHP 7, PHP 8) stristr — 大文字小文字を区別しない strstr() 説明 stristr ( string $haystack , string $needle , bool $before_needle = false ): string | false haystack において needle が最初 ...
https://man.plustar.jp/php/function.stristr.html - [similar]
指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 5970
« strtr substr_count » PHP Manual String 関数 指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する substr_compare (PHP 5, PHP 7, PHP 8) substr_compare — 指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 説明 substr_compare ( string $haysta ...
https://man.plustar.jp/php/function.substr-compare.html - [similar]
大文字小文字を区別せず、 文字列の中で指定した文字列が最後に現れる位置を探す 5970
« mb_strrichr mb_strrpos » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 文字列の中で指定した文字列が最後に現れる位置を探す mb_strripos (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_strripos — 大文字小文字を区別せず、 文字列の中で指定した文字列が最後に現れる位置を探す 説明 mb_strripos ...
https://man.plustar.jp/php/function.mb-strripos.html - [similar]
文字列が最後に現れる場所を見つける 5970
« iconv_strpos iconv_substr » PHP Manual iconv 関数 文字列が最後に現れる場所を見つける iconv_strrpos (PHP 5, PHP 7, PHP 8) iconv_strrpos — 文字列が最後に現れる場所を見つける 説明 iconv_strrpos ( string $haystack , string $needle , ? string $encoding = null ): int | false needle が haysta ...
https://man.plustar.jp/php/function.iconv-strrpos.html - [similar]
文字列が最初に現れる場所を見つける 5970
« iconv_strlen iconv_strrpos » PHP Manual iconv 関数 文字列が最初に現れる場所を見つける iconv_strpos (PHP 5, PHP 7, PHP 8) iconv_strpos — 文字列が最初に現れる場所を見つける 説明 iconv_strpos ( string $haystack , string $needle , int $offset = 0 , ? string $encoding = null ): int | false ...
https://man.plustar.jp/php/function.iconv-strpos.html - [similar]
配列に値があるかチェックする 5970
« extract key_exists » PHP Manual 配列 関数 配列に値があるかチェックする in_array (PHP 4, PHP 5, PHP 7, PHP 8) in_array — 配列に値があるかチェックする 説明 in_array ( mixed $needle , array $haystack , bool $strict = false ): bool haystack 内の needle を検索します。 strict が設定されていな ...
https://man.plustar.jp/php/function.in-array.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 5970
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べる str_contains (PHP 8) str_contains — 指定された部分文字列が、文字列に含まれるかを調べる 説明 str_contains ( string $haystack , string $needle ): bool needle が haystack に含まれるかを調べます ...
https://man.plustar.jp/php/function.str-contains.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 5970
« 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]
PREV 1 2 3 4 5 6 NEXT