Results of 1 - 10 of about 109 for Convert (0.003 sec.)
- 変換フィルタ 12257
- « 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ
...
string.* フィルタと同様、convert.* フィルタもその名前と同じような 動作をします。 こ ...
報は、対応する関数のマニュアルを 参照してください。 convert.base64-encode と convert.base64-decode による変換 ...
se64_decode() 関数を適用するのと同じ動作をします。 convert.base64-encode は、パラメータを連想配列形式で 受け取 ...
lit() とともに利用した場合と同じ動作をします。 例1 convert.base64-encode と convert.base64-decode <?php $fp = ...
-
https://man.plustar.jp/php/filters.convert.html
- [similar]
- uuencode された文字列をデコードする 11761
- « convert_cyr_string convert_uuencode » PHP Manual String 関数 uuencode された文字列をデコードす
...
る convert_uudecode (PHP 5, PHP 7, PHP 8) convert_uudecode — ...
uuencode された文字列をデコードする 説明 convert_uudecode ( string $string ): string | false conver ...
は、uuencode された文字列をデコードします。 注意 : convert_uudecode() は、 uuencode された ファイル に含まれる ...
で返します。失敗した場合に false を返します。 例 例1 convert_uudecode() の例 <?php echo convert_uudecode ( "+22 ...
-
https://man.plustar.jp/php/function.convert-uudecode.html
- [similar]
- 文字列を uuencode する 10564
- « convert_uudecode count_chars » PHP Manual String 関数 文字列を uuencode する convert_uuencode
...
(PHP 5, PHP 7, PHP 8) convert_uuencode — 文字列を uuencode する 説明 convert_uue ...
ncode ( string $string ): string convert_uuencode() は、uuencode アルゴリズムを使用して文字 ...
タは、 元のデータより約 35% 大きくなります。 注意 : convert_uuencode() 関数は、 uuencode された ファイル に含ま ...
特別な理由がないのに false を返していました。 例 例1 convert_uuencode() の例 <?php $some_string = "test\ntext t ...
-
https://man.plustar.jp/php/function.convert-uuencode.html
- [similar]
- 文字列に対してケースフォールディングを行う 9508
- « mb_chr mb_convert_encoding » PHP Manual マルチバイト文字列 関数 文字列に対してケースフォールデ
...
ィングを行う mb_convert_case (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mb_conv ...
文字列に対してケースフォールディングを行う 説明 mb_convert_case ( string $string , int $mode , ? string $enco ...
FOLD_SIMPLE のサポートが追加されました。 例 例1 mb_convert_case() の例 <?php $str = "mary had a Little lamb a ...
nd she loved it so" ; $str = mb_convert_case ( $str , MB_CASE_UPPER , "UTF-8" ); echo $str ...
-
https://man.plustar.jp/php/function.mb-convert-case.html
- [similar]
- 変数の文字コードを変換する 9419
- « mb_convert_kana mb_decode_mimeheader » PHP Manual マルチバイト文字列 関数 変数の文字コードを変
...
換する mb_convert_variables (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb ...
_convert_variables — 変数の文字コードを変換する 説明 mb_con ...
s をエンコーディング to_encoding に変換します。 mb_convert_variables() は、エンコーディング検出のために Array ...
列、配列、オブジェクトを指定することが可能です。 mb_convert_variables() は全てのパラメータが 同じエンコーディン ...
-
https://man.plustar.jp/php/function.mb-convert-variables.html
- [similar]
- ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 9113
- « mb_convert_case mb_convert_kana » PHP Manual マルチバイト文字列 関数 ある文字エンコーディングの
...
文字列を、別の文字エンコーディングに変換する mb_convert_encoding (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_ ...
文字列を、別の文字エンコーディングに変換する 説明 mb_convert_encoding ( array | string $string , string $to_enc ...
では、文字列のみがサポートされていました。 例 例1 mb_convert_encoding() の例 <?php /* 内部文字エンコーディングか ...
らSJISに変換 */ $str = mb_convert_encoding ( $str , "SJIS" ); /* EUC-JPからUTF-7に変 ...
-
https://man.plustar.jp/php/function.mb-convert-encoding.html
- [similar]
- カナを("全角かな"、"半角かな"等に)変換する 8770
- « mb_convert_encoding mb_convert_variables » PHP Manual マルチバイト文字列 関数 カナを("全角かな
...
"、"半角かな"等に)変換する mb_convert_kana (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_conv ...
カナを("全角かな"、"半角かな"等に)変換する 説明 mb_convert_kana ( string $string , string $mode = "KV" , ? st ...
0.0 encoding は、nullable になりました。 例 例1 mb_convert_kana() の例 <?php /* 「仮名」を全て「全角カタカナ」 ...
に変換します */ $str = mb_convert_kana ( $str , "KVC" ); /* 「半角カタカナ」を「全角 ...
-
https://man.plustar.jp/php/function.mb-convert-kana.html
- [similar]
- Convert the Errno into error messages 8566
- « swoole_set_process_name swoole_timer_after » PHP Manual Swoole 関数 Convert the Errno into err
...
_strerror (PECL swoole >= 1.9.0) swoole_strerror — Convert the Errno into error messages 説明 swoole_strerror ...
): string パラメータ errno 戻り値 関連キーワード: Convert , Errno , into , messages , swoole , the , strerro ...
-
https://man.plustar.jp/php/function.swoole-strerror.html
- [similar]
- 数値の基数を任意に変換する 8515
- « atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP
...
7, PHP 8) base_convert — 数値の基数を任意に変換する 説明 base_convert ( s ...
小文字を区別せずに扱います。 警告 大きな数値で base_convert() を使用すると、 精度が失われてしまうことがあります ...
な文字がなかったかのように計算されます。 例 例1 base_convert() の例 <?php $hexadecimal = 'a37334' ; echo base_c ...
取得する 関連キーワード: 基数 , 変換 , 数値 , num , convert , 文字 , from , 警告 , string , int ...
-
https://man.plustar.jp/php/function.base-convert.html
- [similar]
- キリル文字セットを他のものに変換する 8413
- « chunk_split convert_uudecode » PHP Manual String 関数 キリル文字セットを他のものに変換する convert
...
vert_cyr_string (PHP 4, PHP 5, PHP 7) convert_cyr_string — キリル文字セットを他のものに変換する ...
した。この関数に頼らないことを強く推奨します。 説明 convert_cyr_string ( string $str , string $from , string $ ...
この関数はバイナリデータに対応しています。 参考 mb_convert_encoding() - ある文字エンコーディングの文字列を、別 ...
関連キーワード: 変換 , セット , string , 文字 , 他 , convert , 関数 , cyr , 一文字 , 注意 ...
-
https://man.plustar.jp/php/function.convert-cyr-string.html
- [similar]