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 /** * Set character set for stream encoding * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Set character set for stream encoding
*
* @phpstub
*
* @param resource $stream
* @param string $encoding
*
* @return bool
*/
function stream_encoding($stream, $encoding = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set character set for stream encoding
*
* @phpstub
*
* @param resource $stream
* @param string $encoding
*
* @return bool
*/
function stream_encoding($stream, $encoding = NULL)
{
}
Function Calls
None |
Stats
MD5 | cb3285202dc0d6175a2d9a59669da042 |
Eval Count | 0 |
Decode Time | 81 ms |