検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1614 for [SIMILAR] 16 1024 4096 WITH 38836 文字 WITH 3310... (1.322 sec.)
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 0
« iconv_substr ob_iconv_handler » PHP Manual iconv 関数 ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する iconv (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv — ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 説明 iconv ( string $from_encoding , s ...
https://man.plustar.jp/php/function.iconv.html - [similar]
文字列に rot13 変換を行う 0
« str_replace str_shuffle » PHP Manual String 関数 文字列に rot13 変換を行う str_rot13 (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) str_rot13 — 文字列に rot13 変換を行う 説明 str_rot13 ( string $string ): string 引数 string に対して ROT13 変換を施し、 その結果の文字列を返します。 ROT13 は、各文 ...
https://man.plustar.jp/php/function.str-rot13.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
« grapheme_strstr IDN 関数 » PHP Manual Grapheme 関数 部分文字列を返す grapheme_substr (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) grapheme_substr — 部分文字列を返す 説明 手続き型 grapheme_substr ( string $string , int $offset , ? int $length = null ): string | false 部分文字列を返 ...
https://man.plustar.jp/php/function.grapheme-substr.html - [similar]
書記素単位で文字列の長さを取得する 0
« grapheme_stristr grapheme_strpos » PHP Manual Grapheme 関数 書記素単位で文字列の長さを取得する grapheme_strlen (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) grapheme_strlen — 書記素単位で文字列の長さを取得する 説明 手続き型 grapheme_strlen ( string $string ): int | false | null 書 ...
https://man.plustar.jp/php/function.grapheme-strlen.html - [similar]
文字列の soundex キーを計算する 0
« similar_text sprintf » PHP Manual String 関数 文字列の soundex キーを計算する soundex (PHP 4, PHP 5, PHP 7, PHP 8) soundex — 文字列の soundex キーを計算する 説明 soundex ( string $string ): string string の soundex キーを計算します。 soundex キーには、似たような発音の単語に関して同じ s ...
https://man.plustar.jp/php/function.soundex.html - [similar]
オブジェクトのシリアライズ 0
« オブジェクトと参照 共変性と反変性 » PHP Manual クラスとオブジェクト オブジェクトのシリアライズ オブジェクトのシリアライズ オブジェクトのシリアライズ - セッション内でのオブジェクト serialize() は、 PHP で保存できるあらゆる値をバイトストリームで表した文字列を返します。 unserialize() を使 ...
https://man.plustar.jp/php/language.oop5.serialization.html - [similar]
文字列中に文字が最後に現れる場所を取得する 0
« strpos strrev » PHP Manual String 関数 文字列中に文字が最後に現れる場所を取得する strrchr (PHP 4, PHP 5, PHP 7, PHP 8) strrchr — 文字列中に文字が最後に現れる場所を取得する 説明 strrchr ( string $haystack , string $needle ): string | false この関数は、文字列 haystack の中で needle が最後 ...
https://man.plustar.jp/php/function.strrchr.html - [similar]
MIME ヘッダフィールドの文字列をデコードする 0
« mb_convert_variables mb_decode_numericentity » PHP Manual マルチバイト文字列 関数 MIME ヘッダフィールドの文字列をデコードする mb_decode_mimeheader (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_decode_mimeheader — MIME ヘッダフィールドの文字列をデコードする 説明 mb_decode_mimeheader ( string ...
https://man.plustar.jp/php/function.mb-decode-mimeheader.html - [similar]
比較演算子 0
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前が示すように、二つの値を比較します。 型の比較表 に、型に関連するさまざまな比較の例があります。 比較演算子 例 名前 結果 $a == $b 等しい 型の相互変換をした後で $a が $b に等しい時に true 。 $a = ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]