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 /** * Returns the request authenticator * * @phpstub * * @param resource $radi..

Decoded Output download

<?php

/**
 * Returns the request authenticator
 *
 * @phpstub
 *
 * @param resource $radius_handle
 *
 * @return string Returns the request authenticator as string, or false on error.
 */
function radius_request_authenticator($radius_handle)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the request authenticator
 *
 * @phpstub
 *
 * @param resource $radius_handle
 *
 * @return string Returns the request authenticator as string, or false on error.
 */
function radius_request_authenticator($radius_handle)
{
}

Function Calls

None

Variables

None

Stats

MD5 8015f05ce2c108a3a1577e6a5f670dca
Eval Count 0
Decode Time 99 ms