PHP variable name before, there are two $$, what role?

Source: Internet
Author: User
Tags php language
PHP syntax, there must be 1 $ before the variable name.
If, there are 2 $$, what does that mean?

What grammar is the equivalent of C language?


Reply to discussion (solution)

The variable of the variable.

Use the value of a variable as a variable name
$a = ' B ';
$ $a is equivalent to $b;

Use the value of a variable as a variable name
$a = ' B ';
$ $a is equivalent to $b;

What does it do in real programming?
Give an example!

$a = 1; $b = ' a '; echo $ $b; 1

Pointer equivalent to C
Maybe this "equivalent" will make you drill horns again.

$a = 1; $b = ' a '; echo $ $b; 1

Pointer equivalent to C
Maybe this "equivalent" will make you drill horns again.

No!
Learn the C language first, then learn the PHP language, some can not turn the bend.
Compare in two languages, but easy to understand PHP language!

$a = 1; $b = ' a '; echo $ $b; 1

Pointer equivalent to C
Maybe this "equivalent" will let you drill horns for a long time!
  • 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.