iconv函数用来转换各种字符集

时间:2009-03-15 02:52:39
【文件属性】:

文件名称:iconv函数用来转换各种字符集

文件大小:3.73MB

文件格式:GZ

更新时间:2009-03-15 02:52:39

另类其它 控件 源码 资源

例://把 从gb2312编码转换到 UTF-8 编码=iconv("GB2312","UTF-8",)安装到PHP要使用iconv函数,PHP编译时必须跟上: --with-iconv[=DIR]. Note to Windows® Users: In order to enable this module on a Windows® environment, you need to put a DLL file named iconv.dll or iconv-1.3.dll (prior to 4.2.1) which is bundled with the PHP/Win32? binary package into a directory specified by the PATH environment variable or one of the system directories of your Windows® installation.


网友评论

  • 资料很好,实用,值得学习的东西。
  • 借鉴了下,还可以用
  • 的确是太大了,不知为啥编译过了,执行出错了 !
  • 太大了,没法用。
  • 也不是很麻烦,只是windows自带的,也够用了
  • 64位系统就出问题了 in out 字节长度不够
  • linux下很实用!就是太大了点
  • linux下很实用!
  • 太大了, 找到几kb的
  • 这玩意太麻烦,从LINUX来的,LINUX直接都支持UTF8但WINDOWS不支持,字符转换在WINDOWS上自己实现就行了,够用,轻量级。