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 /** * Copy and resize part of an image with resampling * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Copy and resize part of an image with resampling
*
* @phpstub
*
* @param resource $dst_image
* @param resource $src_image
* @param int $dst_x
* @param int $dst_y
* @param int $src_x
* @param int $src_y
* @param int $dst_w
* @param int $dst_h
* @param int $src_w
* @param int $src_h
*
* @return bool
*/
function imagecopyresampled($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Copy and resize part of an image with resampling
*
* @phpstub
*
* @param resource $dst_image
* @param resource $src_image
* @param int $dst_x
* @param int $dst_y
* @param int $src_x
* @param int $src_y
* @param int $dst_w
* @param int $dst_h
* @param int $src_w
* @param int $src_h
*
* @return bool
*/
function imagecopyresampled($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h)
{
}
Function Calls
None |
Stats
MD5 | b41e83cb7d8055b2d0ad6de0a2c11dc1 |
Eval Count | 0 |
Decode Time | 82 ms |