Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Fetch a key from an array * * @phpstub * * @param array $array * * @re..
Decoded Output download
<?php
/**
* Fetch a key from an array
*
* @phpstub
*
* @param array $array
*
* @return mixed The function simply returns the
* key of the array element that's currently being pointed to by the
* internal pointer. It does not move the pointer in any way. If the
* internal pointer points beyond the end of the elements list or the array is
* empty, returns null.
*/
function key(&$array)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch a key from an array
*
* @phpstub
*
* @param array $array
*
* @return mixed The function simply returns the
* key of the array element that's currently being pointed to by the
* internal pointer. It does not move the pointer in any way. If the
* internal pointer points beyond the end of the elements list or the array is
* empty, returns null.
*/
function key(&$array)
{
}
Function Calls
None |
Stats
MD5 | 3647933c2f9c7c6604e5a442a2e47f82 |
Eval Count | 0 |
Decode Time | 101 ms |