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 /** * Return the length of the output buffer * * @phpstub * * @return int Retu..
Decoded Output download
<?php
/**
* Return the length of the output buffer
*
* @phpstub
*
* @return int Returns the length of the output buffer contents or false if no
* buffering is active.
*/
function ob_get_length()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return the length of the output buffer
*
* @phpstub
*
* @return int Returns the length of the output buffer contents or false if no
* buffering is active.
*/
function ob_get_length()
{
}
Function Calls
None |
Stats
MD5 | 6a703973cbfde570cdabb01fbcbeed07 |
Eval Count | 0 |
Decode Time | 76 ms |