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 /** * Return all the values of an array * * @phpstub * * @param array $input ..
Decoded Output download
<?php
/**
* Return all the values of an array
*
* @phpstub
*
* @param array $input
*
* @return array Returns an indexed array of values.
*/
function array_values($input)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return all the values of an array
*
* @phpstub
*
* @param array $input
*
* @return array Returns an indexed array of values.
*/
function array_values($input)
{
}
Function Calls
None |
Stats
MD5 | 5c57cba7a29c0cd14632d1d92f00ba88 |
Eval Count | 0 |
Decode Time | 81 ms |