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 /** * Create accounting or authentication request * * @phpstub * * @param reso..
Decoded Output download
<?php
/**
* Create accounting or authentication request
*
* @phpstub
*
* @param resource $radius_handle
* @param int $type
*
* @return bool
*/
function radius_create_request($radius_handle, $type)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create accounting or authentication request
*
* @phpstub
*
* @param resource $radius_handle
* @param int $type
*
* @return bool
*/
function radius_create_request($radius_handle, $type)
{
}
Function Calls
None |
Stats
MD5 | a2812533da9b3e39aef0693075d0c471 |
Eval Count | 0 |
Decode Time | 82 ms |