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 /** * Reads nbytes of the slob object * * @phpstub * * @param int $bid * @par..
Decoded Output download
<?php
/**
* Reads nbytes of the slob object
*
* @phpstub
*
* @param int $bid
* @param int $nbytes
*
* @return string Returns the slob contents as a string, or false on errors.
*/
function ifxus_read_slob($bid, $nbytes)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Reads nbytes of the slob object
*
* @phpstub
*
* @param int $bid
* @param int $nbytes
*
* @return string Returns the slob contents as a string, or false on errors.
*/
function ifxus_read_slob($bid, $nbytes)
{
}
Function Calls
None |
Stats
MD5 | 804ee1c530f14e11188afe591674d5fb |
Eval Count | 0 |
Decode Time | 73 ms |