系统函数?这个不晓滴……自己写个也行……count(array()); //得到总数然后根据键值不就行了……当然,这个只适用于索引数组……
$head=array_shift($your_array);$tail=array_pop($your_array);