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 /** * Attaches an IP-Address attribute * * @phpstub * * @param resource $radiu..

Decoded Output download

<?php

/**
 * Attaches an IP-Address attribute
 *
 * @phpstub
 *
 * @param resource $radius_handle
 * @param int $type
 * @param string $addr
 *
 * @return bool 
 */
function radius_put_addr($radius_handle, $type, $addr)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Attaches an IP-Address attribute
 *
 * @phpstub
 *
 * @param resource $radius_handle
 * @param int $type
 * @param string $addr
 *
 * @return bool 
 */
function radius_put_addr($radius_handle, $type, $addr)
{
}

Function Calls

None

Variables

None

Stats

MD5 af06666a2c87b8babc6197d7a197dd37
Eval Count 0
Decode Time 112 ms