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 /** * Create new buffered event * * @phpstub * * @param resource $stream * @p..
Decoded Output download
<?php
/**
* Create new buffered event
*
* @phpstub
*
* @param resource $stream
* @param mixed $readcb
* @param mixed $writecb
* @param mixed $errorcb
* @param mixed $arg
*
* @return resource returns new buffered event resource
* on success or false on error.
*/
function event_buffer_new($stream, $readcb, $writecb, $errorcb, $arg = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create new buffered event
*
* @phpstub
*
* @param resource $stream
* @param mixed $readcb
* @param mixed $writecb
* @param mixed $errorcb
* @param mixed $arg
*
* @return resource returns new buffered event resource
* on success or false on error.
*/
function event_buffer_new($stream, $readcb, $writecb, $errorcb, $arg = NULL)
{
}
Function Calls
None |
Stats
MD5 | 80909953fa6dfb1633da52314cd1ce85 |
Eval Count | 0 |
Decode Time | 92 ms |