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 /** * Test for on a gz-file pointer * * @phpstub * * @param resource $zp * ..

Decoded Output download

<?php

/**
 * Test for  on a gz-file pointer
 *
 * @phpstub
 *
 * @param resource $zp
 *
 * @return int Returns true if the gz-file pointer is at  or an error occurs;
 *             otherwise returns false.
 */
function gzeof($zp)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Test for  on a gz-file pointer
 *
 * @phpstub
 *
 * @param resource $zp
 *
 * @return int Returns true if the gz-file pointer is at  or an error occurs;
 *             otherwise returns false.
 */
function gzeof($zp)
{
}

Function Calls

None

Variables

None

Stats

MD5 2d0e992d9d0a25c04e6ccd598f76d94c
Eval Count 0
Decode Time 111 ms