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 /** * Binary-safe gz-file write * * @phpstub * * @param resource $zp * @param..

Decoded Output download

<?php

/**
 * Binary-safe gz-file write
 *
 * @phpstub
 *
 * @param resource $zp
 * @param string $string
 * @param int $length
 *
 * @return int Returns the number of (uncompressed) bytes written to the given gz-file
 *             stream.
 */
function gzwrite($zp, $string, $length = NULL)
{
}

/**
 * Binary-safe gz-file write
 *
 * @phpstub-alias-of gzwrite
 * @phpstub
 *
 * @param resource $zp
 * @param string $string
 * @param int $length
 *
 * @return int Returns the number of (uncompressed) bytes written to the given gz-file
 *             stream.
 */
function gzputs($zp, $string, $length = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Binary-safe gz-file write
 *
 * @phpstub
 *
 * @param resource $zp
 * @param string $string
 * @param int $length
 *
 * @return int Returns the number of (uncompressed) bytes written to the given gz-file
 *             stream.
 */
function gzwrite($zp, $string, $length = NULL)
{
}

/**
 * Binary-safe gz-file write
 *
 * @phpstub-alias-of gzwrite
 * @phpstub
 *
 * @param resource $zp
 * @param string $string
 * @param int $length
 *
 * @return int Returns the number of (uncompressed) bytes written to the given gz-file
 *             stream.
 */
function gzputs($zp, $string, $length = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 9649ed66e3158bb0c8fcbd9ac15d76f9
Eval Count 0
Decode Time 76 ms