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 /** * Tests for end-of-file on a file pointer * * @phpstub * * @param resource..
Decoded Output download
<?php
/**
* Tests for end-of-file on a file pointer
*
* @phpstub
*
* @param resource $handle
*
* @return bool Returns true if the file pointer is at EOF or an error occurs
* (including socket timeout); otherwise returns false.
*/
function feof($handle)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Tests for end-of-file on a file pointer
*
* @phpstub
*
* @param resource $handle
*
* @return bool Returns true if the file pointer is at EOF or an error occurs
* (including socket timeout); otherwise returns false.
*/
function feof($handle)
{
}
Function Calls
None |
Stats
MD5 | dbe80ba170499f20d08f7001bfff7a59 |
Eval Count | 0 |
Decode Time | 107 ms |