PHP Get System Variable method summary, PHP get variable summary _php tutorial

Source: Internet
Author: User

PHP Get System Variable method summary, PHP get variable summary


The example in this paper describes how PHP obtains system variables. Share to everyone for your reference. Specific as follows:

Here you get a variety of system variables through some PHP built-in functions.

$v = Get_defined_vars ()//Returns an array Print_r ($v) consisting of all defined variables,//get all defined Objects$v = Get_object_vars ();// Returns an associative array of object Properties Print_r ($v);//Classicphpinfo ();//output information about PHP configuration//php version (something like:4.3.10) print phpversion ();// Output version number: 5.3.3

I hope this article is helpful to everyone's PHP programming.

http://www.bkjia.com/PHPjc/1008000.html www.bkjia.com true http://www.bkjia.com/PHPjc/1008000.html techarticle PHP Gets the system variable method Summary, PHP gets the variable summary in this paper, we describe how PHP obtains system variables. Share to everyone for your reference. As follows: Here through some p ...

  • 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.