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 /** * Read data from a buffered event * * @phpstub * * @param resource $bevent..
Decoded Output download
<?php
/**
* Read data from a buffered event
*
* @phpstub
*
* @param resource $bevent
* @param int $data_size
*
* @return string
*/
function event_buffer_read($bevent, $data_size)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Read data from a buffered event
*
* @phpstub
*
* @param resource $bevent
* @param int $data_size
*
* @return string
*/
function event_buffer_read($bevent, $data_size)
{
}
Function Calls
None |
Stats
MD5 | 661e3a099f5ef36482bd90ae309670ff |
Eval Count | 0 |
Decode Time | 78 ms |