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 /** * Output a formatted string * * @phpstub-variable-parameters * @phpstub * ..

Decoded Output download

<?php

/**
 * Output a formatted string
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $format
 * @param mixed $args
 * @param mixed $_
 *
 * @return int Returns the length of the outputted string.
 */
function printf($format, $args = NULL, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output a formatted string
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $format
 * @param mixed $args
 * @param mixed $_
 *
 * @return int Returns the length of the outputted string.
 */
function printf($format, $args = NULL, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 e8270c2139e9c03968271de417b4c381
Eval Count 0
Decode Time 75 ms