Question about var_export (): What is a valid PHP code?

Source: Internet
Author: User
Mixedvar_export (mixed $ expression [, bool $ return]) This function returns structure information about the variables passed to this function, which is similar to var_dump, the difference is that the returned representation is a valid PHP code. Q: What is a valid PHP code? I do it myself... mixed var_export (mixed $ expression [, bool $ return])

This function returns the structure information about the variables passed to this function. It is similar to var_dump (). The difference is that the returned representation is legal PHP code.

Q: What is a valid PHP code? I can test various types of variables by myself and output them all.

Reply content:

Mixed var_export (mixed $ expression [, bool $ return])

This function returns the structure information about the variables passed to this function. It is similar to var_dump (). The difference is that the returned representation is legal PHP code.

Q: What is a valid PHP code? I can test various types of variables by myself and output them all.

The valid code is the code you write in the editor, the code you see, the second parameter plus true, and then echo the results, you may understand.

The valid code is the code that conforms to the syntax. var_export can be output to a file and executed as php code. var_dump cannot.

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.