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 compression * * @phpstub * * @param string $data * * @return strin..
Decoded Output download
<?php
/**
* LZF compression
*
* @phpstub
*
* @param string $data
*
* @return string Returns the compressed data or false if an error occurred.
*/
function lzf_compress($data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* LZF compression
*
* @phpstub
*
* @param string $data
*
* @return string Returns the compressed data or false if an error occurred.
*/
function lzf_compress($data)
{
}
Function Calls
None |
Stats
MD5 | 6a141d91739f0fb53ab8a39bbee7026a |
Eval Count | 0 |
Decode Time | 87 ms |