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 /** * Fetch all the objects from an agent * * @phpstub * * @param string $hos..
Decoded Output download
<?php
/**
* Fetch all the objects from an agent
*
* @phpstub
*
* @param string $host
* @param string $community
* @param string $object_id
* @param string $timeout
* @param string $retries
*
* @return array Returns an array of object values starting from the
* as root or false on error.
*/
function snmp2_walk($host, $community, $object_id, $timeout = '1000000', $retries = '5')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetch all the objects from an agent
*
* @phpstub
*
* @param string $host
* @param string $community
* @param string $object_id
* @param string $timeout
* @param string $retries
*
* @return array Returns an array of object values starting from the
* as root or false on error.
*/
function snmp2_walk($host, $community, $object_id, $timeout = '1000000', $retries = '5')
{
}
Function Calls
None |
Stats
MD5 | e422348d7f51bb732c6784c9b5a5ac64 |
Eval Count | 0 |
Decode Time | 92 ms |