Index value of last added entry (file or directory). Available as of PHP 8.0.0 and PECL zip 1.18.0. status Status of the Zip Archive. Available for closed archive, as of PHP 8.0.0 ...www.php.net
php $a1=array( a = red , b = green , c = blue , d = yellow ); $a2=array( a = purple , b = orange );array_splice($a1,0,2,$a2); print_r($a1); ? 亲自试一试例子 2 与本页前面部分的实例...www.w3school.com.cn