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 a vendor specific integer attribute * * @phpstub * * @param res..

Decoded Output download

<?php

/**
 * Attaches a vendor specific integer attribute
 *
 * @phpstub
 *
 * @param resource $radius_handle
 * @param int $vendor
 * @param int $type
 * @param int $value
 *
 * @return bool 
 */
function radius_put_vendor_int($radius_handle, $vendor, $type, $value)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Attaches a vendor specific integer attribute
 *
 * @phpstub
 *
 * @param resource $radius_handle
 * @param int $vendor
 * @param int $type
 * @param int $value
 *
 * @return bool 
 */
function radius_put_vendor_int($radius_handle, $vendor, $type, $value)
{
}

Function Calls

None

Variables

None

Stats

MD5 9800f8c6689f42ba7ca36798ad7067c9
Eval Count 0
Decode Time 118 ms