PHP » PYTHON |
login |
register |
about
|
def reset(tmp): return tmp[0] reset(PHP 4, PHP 5) reset — Set the internal pointer of an array to its first element Descriptionreset() rewinds array 's internal pointer to the first element and returns the value of the first array element. Parameters
Return ValuesReturns the value of the first array element, or FALSE if the array is empty. Examples
Example #1 reset() example
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|