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 /** * Rewind the position of a file pointer * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Rewind the position of a file pointer
*
* @phpstub
*
* @param resource $handle
*
* @return bool
*/
function rewind($handle)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Rewind the position of a file pointer
*
* @phpstub
*
* @param resource $handle
*
* @return bool
*/
function rewind($handle)
{
}
Function Calls
None |
Stats
MD5 | 4f0517f3782ab7355665ca026e10b960 |
Eval Count | 0 |
Decode Time | 75 ms |