I'm not the headline party, little brother I'm really weak

Source: Internet
Author: User
I'm not the headline party, I'm really weak.
Weak weak ask, & $a what does that mean? What is the role of &?
After asking me to dive,, too embarrassed, the basis of the variable problem ...

------Solution--------------------
Reference. Reference: http://www.php.net/manual/zh/language.references.whatdo.php
------Solution--------------------
Quoted words $b =& $a;
------Solution--------------------
Sometimes we want to modify the value of an array when we're foreach.
For example
$arr =array (a);

foreach ($arr as & $value) {
$value + +;
}

Print_r ($arr);

This time, the contents of the array become
Array
(
[0] = 2
[1] = 3
[2] = 4
)
------Solution--------------------
This thing can not be used. Write out the code, so easy to use.


Waiting for you to have a certain foundation. or encountered in the program. It's natural to understand.
------Solution--------------------
Explore
Weak weak ask, & $a what does that mean? What is the role of &?
After asking me to dive,, too embarrassed, the basis of the variable problem ...
  • 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.