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 /** * Shift an element off the beginning of array * * @phpstub * * @param arra..

Decoded Output download

<?php

/**
 * Shift an element off the beginning of array
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return mixed Returns the shifted value, or null if  is
 *               empty or is not an array.
 */
function array_shift(&$array)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Shift an element off the beginning of array
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return mixed Returns the shifted value, or null if  is
 *               empty or is not an array.
 */
function array_shift(&$array)
{
}

Function Calls

None

Variables

None

Stats

MD5 7c8f9457e146b93caf0e3f33d0652c4a
Eval Count 0
Decode Time 86 ms