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 /** * Return a formatted string * * @phpstub * * @param string $format * @par..
Decoded Output download
<?php
/**
* Return a formatted string
*
* @phpstub
*
* @param string $format
* @param array $args
*
* @return string Return array values as a formatted string according to
* (which is described in the documentation
* for ).
*/
function vsprintf($format, $args)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return a formatted string
*
* @phpstub
*
* @param string $format
* @param array $args
*
* @return string Return array values as a formatted string according to
* (which is described in the documentation
* for ).
*/
function vsprintf($format, $args)
{
}
Function Calls
None |
Stats
MD5 | 971d5fa847e8e7c6aac52eaffae9e2de |
Eval Count | 0 |
Decode Time | 175 ms |