Php: getting the last element of the array _ PHP Tutorial

Source: Internet
Author: User
Php retrieves the last element of the array. Php gets the last element of the array. php gets the last element of the array. Use the php built-in function end (). The end () function points the internal pointer of the array to the last element, and returns php to obtain the last element of the array.

Php is used to obtain the last element of the array. Use the php built-in function end ().

The end () function points the internal pointer of the array to the last element and returns the value (if successful) of the element ). For example:

$ Args = Array ('WWW ', 'phpernote', 'com'); echo end ($ args); // com
Articles you may be interested in
  • Js gets the last element of the array
  • How does php delete the first and last elements of an array?
  • Php clears the null element in the array.
  • Php method for obtaining the first array unit value of an array
  • Php searches for the existence of a value in the array (in_array (), array_search (), array_key_exists ())
  • PHP checks whether two arrays have an intersection
  • Php converts a multi-dimensional array to a one-dimensional array
  • Performance Comparison of using in_array () foreach array_search () to find whether an array contains

Using php to obtain the last element of the array. Use the php built-in function end (). The end () function points the internal pointer of the array to the last element and returns...

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.