[PHP-users 22577]Re: 教えてください

Numata numata @
2004年 7月 12日 (月) 14:05:38 JST


沼田と申します。

php.iniの[extension=php_mbstring.dll]
のコメントがはずれてないのでは?


On Mon, 12 Jul 2004 13:57:26 +0900 (JST)
一陣 <ich_jin @ yahoo.co.jp> wrote:

> 一陣と申します。
> 
> function cnv_dispstr($string) {
>     $string = mb_convert_encoding($string, 'SJIS',
> 'EUC-JP');
>     $string = n12br($string);
> 	return $string;
> }
> という文字ばけを防ぐfunctionを入れたのですが、
> mb_convert_encoding()のところで、
> Fatal error: Call to undefined function:
> mb_convert_encoding() 
> が出ます。
> 'SJIS', 'EUC-JP'を"SJIS", "EUC-JP"にしても
> 同じです。
> どうしたら、直るのでしょうか?
> 
> どなたかお教えください。
> 
> __________________________________________________
> Do You Yahoo!?
> http://bb.yahoo.co.jp/
> 
> _______________________________________________
> PHP-users mailing list  PHP-users @ php.gr.jp
> http://ns1.php.gr.jp/mailman/listinfo/php-users
> PHP初心者のためのページ - 質問する前にはこちらをお読みください
> http://www.php.gr.jp/php/novice.php3

***********************************************
 Numata   沼田
E-mail 	 <numata @>
***********************************************



PHP-users メーリングリストの案内