検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 925 for [SIMILAR] 16 1024 4096 WITH 36149 fence WITH 139... (0.661 sec.)
文字列の中から任意の文字を探す 0
« strncmp strpos » PHP Manual String 関数 文字列の中から任意の文字を探す strpbrk (PHP 5, PHP 7, PHP 8) strpbrk — 文字列の中から任意の文字を探す 説明 strpbrk ( string $string , string $characters ): string | false strpbrk() は、文字列 string から characters を探します。 パラメータ string ...
https://man.plustar.jp/php/function.strpbrk.html - [similar]
Unicode 文字を小文字にする 0
« IntlChar::ord IntlChar::totitle » PHP Manual IntlChar Unicode 文字を小文字にする IntlChar::tolower (PHP 7, PHP 8) IntlChar::tolower — Unicode 文字を小文字にする 説明 public static IntlChar::tolower ( int | string $codepoint ): int | string | null 指定した文字を、同等の小文字にマップしま ...
https://man.plustar.jp/php/intlchar.tolower.html - [similar]
Unicode 文字を大文字にする 0
« IntlChar::totitle IntlException » PHP Manual IntlChar Unicode 文字を大文字にする IntlChar::toupper (PHP 7, PHP 8) IntlChar::toupper — Unicode 文字を大文字にする 説明 public static IntlChar::toupper ( int | string $codepoint ): int | string | null 指定した文字を、同等の大文字にマップしま ...
https://man.plustar.jp/php/intlchar.toupper.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 0
« mb_convert_case mb_convert_kana » PHP Manual マルチバイト文字列 関数 ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する mb_convert_encoding (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_convert_encoding — ある文字エンコーディングの文字列を、別の文字エンコーディングに変換 ...
https://man.plustar.jp/php/function.mb-convert-encoding.html - [similar]
フォーマット済みの文字列を出力する 0
« print quoted_printable_decode » PHP Manual String 関数 フォーマット済みの文字列を出力する printf (PHP 4, PHP 5, PHP 7, PHP 8) printf — フォーマット済みの文字列を出力する 説明 printf ( string $format , mixed ...$values ): int format にしたがって、出力を生成します。 パラメータ format 0個 ...
https://man.plustar.jp/php/function.printf.html - [similar]
文字列に対してケースフォールディングを行う 0
« mb_chr mb_convert_encoding » PHP Manual マルチバイト文字列 関数 文字列に対してケースフォールディングを行う mb_convert_case (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mb_convert_case — 文字列に対してケースフォールディングを行う 説明 mb_convert_case ( string $string , int $mode , ? string $en ...
https://man.plustar.jp/php/function.mb-convert-case.html - [similar]
マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う 0
« mb_ereg mb_eregi » PHP Manual マルチバイト文字列 関数 マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う mb_eregi_replace (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) mb_eregi_replace — マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う 説明 mb_eregi_replac ...
https://man.plustar.jp/php/function.mb-eregi-replace.html - [similar]
数値を金額文字列にフォーマットする 0
« metaphone nl_langinfo » PHP Manual String 関数 数値を金額文字列にフォーマットする money_format (PHP 4 >= 4.3.0, PHP 5, PHP 7) money_format — 数値を金額文字列にフォーマットする 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨しま ...
https://man.plustar.jp/php/function.money-format.html - [similar]
文字列をトークンに分割する 0
« strstr strtolower » PHP Manual String 関数 文字列をトークンに分割する strtok (PHP 4, PHP 5, PHP 7, PHP 8) strtok — 文字列をトークンに分割する 説明 strtok ( string $string , string $token ): string | false 代替のシグネチャ (名前付き引数をサポートしていません): strtok ( string $token ): ...
https://man.plustar.jp/php/function.strtok.html - [similar]
文字列の一方向のハッシュ化を行う 0
« crc32 echo » PHP Manual String 関数 文字列の一方向のハッシュ化を行う crypt (PHP 4, PHP 5, PHP 7, PHP 8) crypt — 文字列の一方向のハッシュ化を行う 警告 この関数は (まだ)バイナリデータ対応ではありません! 説明 crypt ( string $string , string $salt ): string crypt() 文字列のハッシュを返しま ...
https://man.plustar.jp/php/function.crypt.html - [similar]