日本語のみで絞り込む

Converts string from from_encoding , or the current internal encoding, to to_encoding . If string is an array, all its string values will be converted ...

2023/2/16 -I'm using this module in Drupal 10 on PHP 8.2. This results in the following error: Deprecated function: mb_convert_encoding(): Handling ...

2011/11/25 -I'm currently working on a project where I'm required to do some specific character encoding, but I found out that none of the multibyte (mb_* ...

2022/3/4 -How to enable mbstring in PHP? ... Call to undefined function mb_convert_encoding() ... First, you need to install that specific extension, i.e. ...

mb_convert_encoding — Convert a string from one character encoding to another; mb_convert_kana — Convert "kana" one from another ("zen-kaku", "han-kaku" and ...

Mbstring-provided Uuencode/decode functionality from its UUENCODE encoding can be replaced with PHP core's built-in convert_uuencode() and convert_uudecode ...

2021/11/25 -Use HtmlDumper from var-dumper component in php 8.2. Possible Solution. No response. Additional Context. No response.

2023/3/28 -The mb_convert_encoding() function is an inbuilt function in PHP that transforms the string into another character encoding. Syntax:.

2024/1/22 -Problem/Motivation When using PHP 8.2, the following warning is displayed repeatedly: Deprecated: mb_convert_encoding(): Handling HTML ...

2024/4/14 -So I Google and apparently you need to enable the mbstring extension for mb_convert_encoding() to work. Online guides say you can enable it by ...

A.CentOS5.11は yum install php php-mbstring このコマンドでインストールされたPHPのバージョンは5.1.6になります。 もし yum insta...

解決済み-回答:3件-2016/3/30

A.> フォームからの送信時 そのフォームを表示する際のエンコードはどうなっているでしょうか? そしてそれを受け取って表示している(ご提示のスクリプトから出力された)エンコードは? meta ...

解決済み-回答:2件-2015/1/13

A.やってることがちょっとわかりにくいんですが、PHP、DBともにUTF8のサーバでPHPをEUCにしてるって事で良いんですかね? 専用サーバーなのでサーバー設定自体変えるとかもできますが、使い勝手...

解決済み-回答:1件-2010/3/31