| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ArrayIterator::current(PHP 5 >= 5.0.0) ArrayIterator::current — Return current array entry 인수이 함수는 인수가 없습니다. 반환값The current array entry. 예제
 Example #1 ArrayIterator::current() example 
<?php위 예제의 출력: 1 => one 2 => two 3 => three  |