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 /** * Set the internal pointer of an array to its first element * * @phpstub * ..
Decoded Output download
<?php
/**
* Set the internal pointer of an array to its first element
*
* @phpstub
*
* @param array $array
*
* @return mixed Returns the value of the first array element, or false if the array is
* empty.
*/
function reset(&$array)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set the internal pointer of an array to its first element
*
* @phpstub
*
* @param array $array
*
* @return mixed Returns the value of the first array element, or false if the array is
* empty.
*/
function reset(&$array)
{
}
Function Calls
None |
Stats
MD5 | 01c78362851863781c8871e0c65b0f47 |
Eval Count | 0 |
Decode Time | 89 ms |