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 /** * Call a function for every element in an iterator * * @phpstub * * @param..

Decoded Output download

<?php

/**
 * Call a function for every element in an iterator
 *
 * @phpstub
 *
 * @param Traversable $iterator
 * @param callable $function
 * @param array $args
 *
 * @return int Returns the iteration count.
 */
function iterator_apply($iterator, $function, $args = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Call a function for every element in an iterator
 *
 * @phpstub
 *
 * @param Traversable $iterator
 * @param callable $function
 * @param array $args
 *
 * @return int Returns the iteration count.
 */
function iterator_apply($iterator, $function, $args = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 6c9583aa3725dd067eaa370c4b639908
Eval Count 0
Decode Time 106 ms