dismiss Step into the future! Click here to switch to the beta php.net site
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

prev> <next
[edit] Last updated: Fri, 28 Jun 2013

view this page in

pos

(PHP 4, PHP 5)

posAlias of current()

Description

This function is an alias of: current()



add a note add a note User Contributed Notes pos - [1 notes]
up
0
ranit8085 at gmail dot com
3 days ago
<?php
$letter
= array('a', 'b', 'c', 'd','e','f');
$cur_letter = current($letter);

$arr = array();
var_dump(current($arr));

?>

 
show source | credits | stats | sitemap | contact | advertising | mirror sites