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 /** * Advance the internal array pointer of an array * * @phpstub * * @param a..

Decoded Output download

<?php

/**
 * Advance the internal array pointer of an array
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return mixed Returns the array value in the next place that's pointed to by the
 *               internal array pointer, or false if there are no more elements.
 */
function next(&$array)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Advance the internal array pointer of an array
 *
 * @phpstub
 *
 * @param array $array
 *
 * @return mixed Returns the array value in the next place that's pointed to by the
 *               internal array pointer, or false if there are no more elements.
 */
function next(&$array)
{
}

Function Calls

None

Variables

None

Stats

MD5 147f1e34a9e6e6086732bbb26fa4b83d
Eval Count 0
Decode Time 93 ms