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 /** * Turns encryption on/off on an already connected socket * * @phpstub * * ..
Decoded Output download
<?php
/**
* Turns encryption on/off on an already connected socket
*
* @phpstub
*
* @param resource $stream
* @param bool $enable
* @param int $crypto_type
* @param resource $session_stream
*
* @return mixed Returns true on success, false if negotiation has failed or
* if there isn't enough data and you should try again
* (only for non-blocking sockets).
*/
function stream_socket_enable_crypto($stream, $enable, $crypto_type = NULL, $session_stream = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Turns encryption on/off on an already connected socket
*
* @phpstub
*
* @param resource $stream
* @param bool $enable
* @param int $crypto_type
* @param resource $session_stream
*
* @return mixed Returns true on success, false if negotiation has failed or
* if there isn't enough data and you should try again
* (only for non-blocking sockets).
*/
function stream_socket_enable_crypto($stream, $enable, $crypto_type = NULL, $session_stream = NULL)
{
}
Function Calls
None |
Stats
MD5 | afe7b2727d85a4a56e729bc09d0bec99 |
Eval Count | 0 |
Decode Time | 109 ms |