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 /** * @link https://github.com/kjdev/php-ext-snappy#function--snappy_compress * ..

Decoded Output download

<?php

/**
 * @link https://github.com/kjdev/php-ext-snappy#function--snappy_compress
 *
 * @param string $data The data to compress.
 * @return string|false The compressed string or FALSE if an error occurred.
 */
function snappy_compress(string $data): string|false {}

/**
 * @link https://github.com/kjdev/php-ext-snappy#function--snappy_uncompress
 *
 * @param string $data The data to compress.
 * @return string|false The original uncompressed data or FALSE on error.
 */
function snappy_uncompress(string $data): string|false {}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * @link https://github.com/kjdev/php-ext-snappy#function--snappy_compress
 *
 * @param string $data The data to compress.
 * @return string|false The compressed string or FALSE if an error occurred.
 */
function snappy_compress(string $data): string|false {}

/**
 * @link https://github.com/kjdev/php-ext-snappy#function--snappy_uncompress
 *
 * @param string $data The data to compress.
 * @return string|false The original uncompressed data or FALSE on error.
 */
function snappy_uncompress(string $data): string|false {}

Function Calls

None

Variables

None

Stats

MD5 cd1e8187f7d637fb3319636adb019a91
Eval Count 0
Decode Time 68 ms