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 /** * Convert PNG image file to WBMP image file * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Convert PNG image file to WBMP image file
*
* @phpstub
*
* @param string $pngname
* @param string $wbmpname
* @param int $dest_height
* @param int $dest_width
* @param int $threshold
*
* @return bool
*/
function png2wbmp($pngname, $wbmpname, $dest_height, $dest_width, $threshold)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert PNG image file to WBMP image file
*
* @phpstub
*
* @param string $pngname
* @param string $wbmpname
* @param int $dest_height
* @param int $dest_width
* @param int $threshold
*
* @return bool
*/
function png2wbmp($pngname, $wbmpname, $dest_height, $dest_width, $threshold)
{
}
Function Calls
None |
Stats
MD5 | d335c6fc16fdf5c3a0d66e8a8b9517c3 |
Eval Count | 0 |
Decode Time | 80 ms |