Re: array_last_key() function

From: Date: Fri, 13 Jul 2012 22:45:44 +0000
Subject: Re: array_last_key() function
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Changed, it now takes just an array.

Function signature:

    mixed array_last_key(array $array)

On 13 July 2012 23:31, Andrew Faulds <[email protected]> wrote:
> Hi there,
>
> I'm proposing a function called array_last_key(), that takes a
> reference to an array, and returns the key of its last item. This is
> useful for finding out the key of the last item pushed to an array.
> Here's the pull request: https://github.com/php/php-src/pull/131
>
> This is the first PHP extension function, and PHP test I've written.
>
> --
> Andrew Faulds (AJF)
> http://ajf.me/



-- 
Andrew Faulds (AJF)
http://ajf.me/


Thread (14 messages)

« previous php.internals (#61213) next »