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 /** * Return all objects including their respective object ID within the specified..
Decoded Output download
<?php
/**
* Return all objects including their respective object ID within the specified one
*
* @phpstub
*
* @param string $host
* @param string $community
* @param string $object_id
* @param int $timeout
* @param int $retries
*
* @return array Returns an associative array of the object ids and their values on success or false on error.
* In case of an error, an E_WARNING message is shown.
*/
function snmprealwalk($host, $community, $object_id, $timeout = 1000000, $retries = 5)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return all objects including their respective object ID within the specified one
*
* @phpstub
*
* @param string $host
* @param string $community
* @param string $object_id
* @param int $timeout
* @param int $retries
*
* @return array Returns an associative array of the object ids and their values on success or false on error.
* In case of an error, an E_WARNING message is shown.
*/
function snmprealwalk($host, $community, $object_id, $timeout = 1000000, $retries = 5)
{
}
Function Calls
None |
Stats
MD5 | b2fede45f37857040ca294f3546aee7a |
Eval Count | 0 |
Decode Time | 79 ms |