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 /** * LZF decompression * * @phpstub * * @param string $data * * @return str..

Decoded Output download

<?php

/**
 * LZF decompression
 *
 * @phpstub
 *
 * @param string $data
 *
 * @return string Returns the decompressed data or false if an error occurred.
 */
function lzf_decompress($data)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * LZF decompression
 *
 * @phpstub
 *
 * @param string $data
 *
 * @return string Returns the decompressed data or false if an error occurred.
 */
function lzf_decompress($data)
{
}

Function Calls

None

Variables

None

Stats

MD5 868985924295323352f6b1b33b1926cd
Eval Count 0
Decode Time 60 ms