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 /** * Decodes a gzip compressed string * * @phpstub * * @param string $data *..

Decoded Output download

<?php

/**
 * Decodes a gzip compressed string
 *
 * @phpstub
 *
 * @param string $data
 * @param int $length
 *
 * @return string The decoded string, or false if an error occurred.
 */
function gzdecode($data, $length = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Decodes a gzip compressed string
 *
 * @phpstub
 *
 * @param string $data
 * @param int $length
 *
 * @return string The decoded string, or false if an error occurred.
 */
function gzdecode($data, $length = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 c3be4f98096532ad8a6052132dcbd801
Eval Count 0
Decode Time 84 ms