約17,100件1ページ目

日本語のみで絞り込む

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 ...

Supported Character Encodings-Mb_detect_encoding-Iconv

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 ...

2016/5/25 -function mb_convert_encoding() comes with the php-mbstring package, its not installed or activated by default so you have to enable and ...

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 ...

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

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

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...

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

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