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 /** * Causes the library to read the given configuration file * * @phpstub * *..

Decoded Output download

<?php

/**
 * Causes the library to read the given configuration file
 *
 * @phpstub
 *
 * @param resource $radius_handle
 * @param string $file
 *
 * @return bool 
 */
function radius_config($radius_handle, $file)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Causes the library to read the given configuration file
 *
 * @phpstub
 *
 * @param resource $radius_handle
 * @param string $file
 *
 * @return bool 
 */
function radius_config($radius_handle, $file)
{
}

Function Calls

None

Variables

None

Stats

MD5 cad8b79ecf712a33a6a203a571e79549
Eval Count 0
Decode Time 86 ms