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 string attribute * * @phpstub * * @param reso..

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 50600500bc4fb542ed2512f242cb7857
Eval Count 0
Decode Time 98 ms