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 /** * Shuts down a socket for receiving, sending, or both * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Shuts down a socket for receiving, sending, or both
*
* @phpstub
*
* @param resource $socket
* @param int $how
*
* @return bool
*/
function socket_shutdown($socket, $how = 2)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Shuts down a socket for receiving, sending, or both
*
* @phpstub
*
* @param resource $socket
* @param int $how
*
* @return bool
*/
function socket_shutdown($socket, $how = 2)
{
}
Function Calls
None |
Stats
MD5 | e87f9850b3569ceff9eec09e344f3a2f |
Eval Count | 0 |
Decode Time | 99 ms |