Php linear table in-stack and out-stack instance Analysis _ PHP Tutorial

Source: Internet
Author: User
Analysis of php linear table's inbound and outbound stack instances. Php linear table import and export stack instance analysis this article describes the php linear table import and export stack usage. Share it with you for your reference. Details: 12345? Analysis of php $ stackarra php linear table's inbound and outbound stack instances

This article describes the inbound and outbound usage of php linear tables. Share it with you for your reference. The details are as follows:

1

2

3

4

5

$ Stack = array ("Simon", "Elaine"); // defines an array

Array_push ($ stack, "Helen", "Peter"); // inbound stack

Print_r ($ stack );

?>

1

2

3

4

5

$ Stack = array ("Simon", "Elaine"); // defines an array

Array_unshift ($ stack, "Helen", "Peter"); // inbound stack

Print_r ($ stack );

?>

1

2

3

4

5

$ Stack = array ("Simon", "Elaine", "Helen", "Peter ");

Echo array_pop ($ stack). "/n"; // output stack

Print_r ($ stack );

?>

1

2

3

4

5

$ Stack = array ("Simon", "Elaine", "Helen", "Peter ");

Echo array_shift ($ stack). "/n"; // output stack

Print_r ($ stack );

?>

Examples in this article describes the inbound and outbound usage of php linear tables. Share it with you for your reference. Details: 1 2 3 4 5? Php $ stack = arra...

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.