Convert the encoding of all files in the PHP folder

Source: Internet
Author: User
Convert the encoding of all files in the PHP folder
The encoding of all files in the PHP conversion folder is suitable for other encoding versions released on the website. for example, if you have a GBK version, you want to have a UTF8 version or you only have the GBK source code. you want to develop it again, but you don't want to change it. you can use this program to convert the encoding method of IDE into UTF8 in batches:


The code is as follows:

  1. $ Input_encoding = 'gbk ',
  2. $ Output_encoding = 'utf-8') {if (file_exists ($ filename ))
  3. {If (is_dir ($ filename )){
  4. Foreach (glob ("$ filename
  5. $ Contents_after = iconv ($ input_encoding, $ output_encoding, $ contents_before );
  6. File_put_contents ($ filename, $ contents_after) ;}} else
  7. {Echo 'parameter error'; return false ;}} iconv_file ('./test');?>

I hope this article will be helpful to the majority of php developers. thank you for reading this article. MorePhp technical problemsWelcome to group discussion:256271784, Verification code:CxyIf you do not write the verification code, it will not pass yo ~

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.