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 /** * Set the value of an object * * @phpstub * * @param string $host * @par..
Decoded Output download
<?php
/**
* Set the value of an object
*
* @phpstub
*
* @param string $host
* @param string $community
* @param string $object_id
* @param string $type
* @param mixed $value
* @param int $timeout
* @param int $retries
*
* @return bool
*/
function snmpset($host, $community, $object_id, $type, $value, $timeout = 1000000, $retries = 5)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set the value of an object
*
* @phpstub
*
* @param string $host
* @param string $community
* @param string $object_id
* @param string $type
* @param mixed $value
* @param int $timeout
* @param int $retries
*
* @return bool
*/
function snmpset($host, $community, $object_id, $type, $value, $timeout = 1000000, $retries = 5)
{
}
Function Calls
None |
Stats
MD5 | 8f6883c26373ac61dd58e5872ccbc4c6 |
Eval Count | 0 |
Decode Time | 120 ms |