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

Decoded Output download

<?php

/**
 * Uncompress a compressed string
 *
 * @phpstub
 *
 * @param string $data
 * @param int $length
 *
 * @return string The original uncompressed data or false on error.
 */
function gzuncompress($data, $length = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Uncompress a compressed string
 *
 * @phpstub
 *
 * @param string $data
 * @param int $length
 *
 * @return string The original uncompressed data or false on error.
 */
function gzuncompress($data, $length = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 5a25e96100bfca37f7b5d0f13a2af017
Eval Count 0
Decode Time 69 ms