[single-choice] about PHP reference, the error is

Source: Internet
Author: User

[single-choice] for PHP reference, the error is:
  1. Unset a reference, just breaking the binding between the variable name and the variable content, does not mean that the contents of the variable are destroyed.
  2. PHP reference is essentially a pointer, which can be bound to other variables within the scope of the function call.
  3. in the method of an object, $this is always a reference to the object that called it.
  4. You can pass a variable to a function by reference, so that the function can modify the value of its argument.

Correct answer:
I'm sorry, I didn't answer it.

The answer resolution reference is just the alias of the value memory block, and the pointer is an entity that holds the value memory address, which requires additional memory space.

[single-choice] about PHP reference, the error is

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.