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 /** * Import a stream * * @phpstub * * @param resource $stream * * @return v..
Decoded Output download
<?php
/**
* Import a stream
*
* @phpstub
*
* @param resource $stream
*
* @return void Returns false or null on failure.
*/
function socket_import_stream($stream)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Import a stream
*
* @phpstub
*
* @param resource $stream
*
* @return void Returns false or null on failure.
*/
function socket_import_stream($stream)
{
}
Function Calls
None |
Stats
MD5 | 3a8ca661e315cbf9af7d05f516e3970d |
Eval Count | 0 |
Decode Time | 97 ms |