php // input array $arr = array("Ram", "Shita", "Geeta"); // Here current function returns the // first element of the array. echo current($a); ?> 輸出: Ram.
確定! 回上一頁