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 binary attribute * * @phpstub * * @param reso..
Decoded Output download
<?php
/**
* Attaches a vendor specific binary attribute
*
* @phpstub
*
* @param resource $radius_handle
* @param int $vendor
* @param int $type
* @param string $value
*
* @return bool
*/
function radius_put_vendor_attr($radius_handle, $vendor, $type, $value)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Attaches a vendor specific binary attribute
*
* @phpstub
*
* @param resource $radius_handle
* @param int $vendor
* @param int $type
* @param string $value
*
* @return bool
*/
function radius_put_vendor_attr($radius_handle, $vendor, $type, $value)
{
}
Function Calls
None |
Stats
MD5 | 0cb5a79dfd11c1d19b11866bdde139cb |
Eval Count | 0 |
Decode Time | 93 ms |