Right now, it returns the value of a given position.

How it's different from:

array_slice() returns the sequence of elements from the array array as
specified by the offset and length parameters?

array_slice returns an array of elements. This function would return the value at the given position.

Brian.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to