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