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 /** * Prepend one or more elements to the beginning of an array * * @phpstub-var..

Decoded Output download

<?php

/**
 * Prepend one or more elements to the beginning of an array
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param array $array
 * @param mixed $var
 * @param mixed $_
 *
 * @return int Returns the new number of elements in the .
 */
function array_unshift(&$array, $var, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Prepend one or more elements to the beginning of an array
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param array $array
 * @param mixed $var
 * @param mixed $_
 *
 * @return int Returns the new number of elements in the .
 */
function array_unshift(&$array, $var, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 e04b2de1188f2a5d50f277665b6f8d0e
Eval Count 0
Decode Time 84 ms