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 PNG image to either the browser or a file * * @phpstub * * @par..
Decoded Output download
<?php
/**
* Output a PNG image to either the browser or a file
*
* @phpstub
*
* @param resource $image
* @param string $filename
* @param int $quality
* @param int $filters
*
* @return bool
*/
function imagepng($image, $filename = NULL, $quality = NULL, $filters = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Output a PNG image to either the browser or a file
*
* @phpstub
*
* @param resource $image
* @param string $filename
* @param int $quality
* @param int $filters
*
* @return bool
*/
function imagepng($image, $filename = NULL, $quality = NULL, $filters = NULL)
{
}
Function Calls
None |
Stats
MD5 | 9751209947fa939db845ea6e8f617643 |
Eval Count | 0 |
Decode Time | 68 ms |