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 /** * Extracts an attribute * * @phpstub * * @param resource $radius_handle *..

Decoded Output download

<?php

/**
 * Extracts an attribute
 *
 * @phpstub
 *
 * @param resource $radius_handle
 *
 * @return mixed Returns an associative array containing the attribute-type and the data, or
 *               error number lt= 0.
 */
function radius_get_attr($radius_handle)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Extracts an attribute
 *
 * @phpstub
 *
 * @param resource $radius_handle
 *
 * @return mixed Returns an associative array containing the attribute-type and the data, or
 *               error number lt= 0.
 */
function radius_get_attr($radius_handle)
{
}

Function Calls

None

Variables

None

Stats

MD5 1cdeea47da8ee976a3a461343a8638e0
Eval Count 0
Decode Time 71 ms