| pos() | ใช้คืนค่า value ของ array ณ ตำแหน่งปัจจุบันที่ชี้อยู่ |
|---|
function:pos ( array );
return type:mixed
content:ใช้คืนค่า value ของ array ณ ตำแหน่งปัจจุบันที่ชี้อยู่
example:$arr = array ( 300, 200, 100, 200, 200, 350 ); end ( $arr ); echo pos ( $arr );