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

Decoded Output download

<?php

/**
 * Seek on a gz-file pointer
 *
 * @phpstub
 *
 * @param resource $zp
 * @param int $offset
 * @param int $whence
 *
 * @return int Upon success, returns 0; otherwise, returns -1. Note that seeking
 *             past EOF is not considered an error.
 */
function gzseek($zp, $offset, $whence = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Seek on a gz-file pointer
 *
 * @phpstub
 *
 * @param resource $zp
 * @param int $offset
 * @param int $whence
 *
 * @return int Upon success, returns 0; otherwise, returns -1. Note that seeking
 *             past EOF is not considered an error.
 */
function gzseek($zp, $offset, $whence = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 99a65791327353a229a40e5a4bc3aa49
Eval Count 0
Decode Time 75 ms