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 * * @param string $format * @par..
Decoded Output download
<?php
/**
* Output a formatted string
*
* @phpstub
*
* @param string $format
* @param array $args
*
* @return int Returns the length of the outputted string.
*/
function vprintf($format, $args)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Output a formatted string
*
* @phpstub
*
* @param string $format
* @param array $args
*
* @return int Returns the length of the outputted string.
*/
function vprintf($format, $args)
{
}
Function Calls
None |
Stats
MD5 | 51e974991cd6f11cbbb8df17685b251a |
Eval Count | 0 |
Decode Time | 78 ms |