在这段代码中,我尝试取消设置$status数组的第一个和最后一个项目
要取消设置,但最后一个项目,我尝试在$end放置thier指针
不会因为这个原因而不能做什么?
要取消设置,但最后一个项目,我尝试在$end放置thier指针
不会因为这个原因而不能做什么?
$item[$fieldneedle] = " node_os_disk_danger "; $status = preg_split('/_/',$item[$fieldneedle]); unset($status[0]); $end = & end($status); unset($end);
在这个例子中,我需要os_disk
array_shift($end ); //removes first array_pop($end ); //removes last