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 gz-file pointer * * @phpstub * * @param resourc..

Decoded Output download

<?php

/**
 * Rewind the position of a gz-file pointer
 *
 * @phpstub
 *
 * @param resource $zp
 *
 * @return bool 
 */
function gzrewind($zp)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Rewind the position of a gz-file pointer
 *
 * @phpstub
 *
 * @param resource $zp
 *
 * @return bool 
 */
function gzrewind($zp)
{
}

Function Calls

None

Variables

None

Stats

MD5 024df3a2f29d56ae8bcb7b23f1187073
Eval Count 0
Decode Time 72 ms