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 /** * Captures a window * * @phpstub * * @param int $window_handle * @param i..
Decoded Output download
<?php
/**
* Captures a window
*
* @phpstub
*
* @param int $window_handle
* @param int $client_area
*
* @return resource Returns an image resource identifier on success, false on failure.
*/
function imagegrabwindow($window_handle, $client_area = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Captures a window
*
* @phpstub
*
* @param int $window_handle
* @param int $client_area
*
* @return resource Returns an image resource identifier on success, false on failure.
*/
function imagegrabwindow($window_handle, $client_area = false)
{
}
Function Calls
None |
Stats
MD5 | 4b9abdba329e8dd74c63b36479190cc5 |
Eval Count | 0 |
Decode Time | 103 ms |