Some misconceptions about PHP functions isset and empty

Source: Internet
Author: User


Question 1: Does the following empty array use Isset ($arr [0][' id ']) to determine whether there are notice errors?

Question 2: Does the following empty array use empty ($arr [0][' id ']) to determine whether there are notice errors?

$arr = Array ();//define an empty array

Always thought Isset ($arr [0]) No problem, isset ($arr [0][' id]) there will be notice error, empty judge must have isset before the decision to have notice error!

The fact is that 1, 2 of the judgment is no problem, there will be no notice error, the specific oneself can test, not much to repeat.

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.