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 /** * Changes all keys in an array * * @phpstub * * @param array $input * @pa..

Decoded Output download

<?php

/**
 * Changes all keys in an array
 *
 * @phpstub
 *
 * @param array $input
 * @param int $case
 *
 * @return array Returns an array with its keys lower or uppercased, or false if
 *               is not an array.
 */
function array_change_key_case($input, $case = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Changes all keys in an array
 *
 * @phpstub
 *
 * @param array $input
 * @param int $case
 *
 * @return array Returns an array with its keys lower or uppercased, or false if
 *               is not an array.
 */
function array_change_key_case($input, $case = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 e2ed3fe0f3cc4870888c2066bc12ac3b
Eval Count 0
Decode Time 80 ms