PHP Array Key Value Usage example analysis, PHP array instance Analysis _php Tutorial

Source: Internet
Author: User

PHP Array Key Value Usage example analysis, PHP array instance analysis


This example describes the PHP array key-value usage. Share to everyone for your reference. The specific analysis is as follows:

Look at an array first:

<?php$switching = Array (  ten,//key = 0  5 =  6,  3  = 7,  ' a ' = = 4, one  ,//key = 6 ( The maximum value of the integer key index in the entire array is 5)  ' 8 ' = + 2,//Key = 8 (String health ' 8 ' is converted to 8) ' "" "+"  ,//key = ' 02 ' (note not 2)  0  = 12
  /* value of 10 is given 0, and the value of the 0 key is redefined,  which overrides the previous default of the 0 key value */);//Empty array$empty = Array ();? >

If printed with Print_r ($switching), the result is:

Array ([0] = [5] = 6 [3] = 7 [A] = 4 [6] = [8] = 2 [Geneva] = 77)

Note that 02 of the two-digit number is in the back row.

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

http://www.bkjia.com/PHPjc/961391.html www.bkjia.com true http://www.bkjia.com/PHPjc/961391.html techarticle PHP array Key value Usage example analysis, PHP array Instance analysis This article describes the PHP array key value usage. Share to everyone for your reference. The specific analysis is as follows: First look at an array: ...

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