Php array Conversion Function example

Source: Internet
Author: User

Scenario/Problem description:

The Ajax submission page is encoded as gb2312, and the database is encoded as utf8. Data is inserted without modifying the page and database encoding.

Custom functions:


Return eval ('Return '. iconv ($ in_charset, $ out_charset, var_export ($ arr, true ).';'));}
The Code is as follows:

Function Description:
Var_export sets the second parameter to true, returns the array prototype string, converts the string to UTF-8 encoding, and then uses eval to execute the return.

Example:


$ Data = array_iconv ('gb2312', 'utf-8', $ postdata)Print_r ($ data );
The Code is as follows:

With the Firefox firebug component, we can see that:

Let's look at the database again:

 

We can see that the encoding is normal and the database is successfully imported.

Articles you may be interested in
  • PHP array encoding conversion example
  • Solve the problem of generating Chinese character encoding for xml files using php array
  • Php cyclically implements mutual conversion (string, object, or array) Encoding

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.