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 /** * Creates a Radius handle for accounting * * @phpstub * * @return resource..
Decoded Output download
<?php
/**
* Creates a Radius handle for accounting
*
* @phpstub
*
* @return resource Returns a handle on success, false on error. This function only fails if
* insufficient memory is available.
*/
function radius_acct_open()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Creates a Radius handle for accounting
*
* @phpstub
*
* @return resource Returns a handle on success, false on error. This function only fails if
* insufficient memory is available.
*/
function radius_acct_open()
{
}
Function Calls
None |
Stats
MD5 | 8b94e05559e28d3773f60191d8fb52ff |
Eval Count | 0 |
Decode Time | 87 ms |