What can I do with this sentence?

Source: Internet
Author: User
What is the following sentence? This post was last edited by tp_2016 from 2015-05-1920: 06: 10 if & nbsp; (strtoupper (CHARSET) & nbsp; GBK & nbsp; & amp; & nbsp ;! Empty ($ key) {if & nbsp; (is_array ($ ke

This post was last edited by tp_2016 at 20:06:10

If (strtoupper (CHARSET) = 'gbk '&&! Empty ($ key )){
If (is_array ($ key )){
$ Result = var_export ($ key, true); // Convert it to a string
$ Result = iconv ('utf-8', 'gbk', $ result );
Eval ("\ $ result = $ result;"); // convert back to array
} Else {
$ Result = iconv ('utf-8', 'gbk', $ key );
}
}
Return $ result;

What does CHARSET in this sentence mean? Incredible. Is it a real test string?
And eval ("\ $ result = $ result;"); why can it be converted to an array?
------ Solution ----------------------
CHARSET is a constant.
The eval () function calculates the string according to the PHP code. Let's take a look at the introduction of this function in the manual.
------ Solution ----------------------
CHARSET is a constant. you can find the define ('charset', xxx); definition.
Eval is to convert the string into code for execution.

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.