search
Homephp教程php手册php array_push()数组函数:将一个或多个单元压入数组的末尾(入栈)

复制代码 代码如下:


/*函数array_push():将一个或多个单元压入数组的末尾(入栈)
* 1、语法:int array_push ( array &array, mixed var [, mixed ...] )
* 2、描述:将 array 当成一个栈,并将传入的变量压入 array 的末尾。array 的长度将根据入栈变量的数目增加。
* 3、注意事项:
* 3.1、该函数返回数组新的元素的总数
* 3.2、如var为数组,则该数组是作为一个数组变量入栈到数组栈中,即原数组中的长度是增加一个单元
*/

echo "***********************************************************************
";
$arr11=array('成绩1'=>65,'成绩2'=>25,'成绩3'=>87,'成绩4'=>85,'成绩5'=>45,'成绩6'=>66);
$arr22=array(a,b,c,d,e);
echo "数组arr11的信息:";
echo "

"; <br>print_r($arr11); <br>echo "
";
echo "数组arr22的信息:";
echo "
"; <br>print_r($arr22); <br>echo "
";
echo "数组arr1原来的元素的个数为:".count($arr11)."
";
$num1=array_push($arr11,12,55,66,100);
echo "入栈后,数组的总的元素个数为:".$num1."!此时数组的元素分别为:
";
echo "
"; <br>print_r($arr11); <br>echo "
";
$num2=array_push($arr11,$arr22);
echo "数组arr22入栈到数组arr11后:";
echo "入栈后,数组的总的元素个数为:".$num2."!此时数组的元素分别为:
";
echo "
"; <br>print_r($arr11); <br>echo "
";
?>

运行结果如下:

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor