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 $sec_name
* @param string $sec_level
* @param string $auth_protocol
* @param string $auth_passphrase
* @param string $priv_protocol
* @param string $priv_passphrase
* @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 snmp3_walk($host, $sec_name, $sec_level, $auth_protocol, $auth_passphrase, $priv_protocol, $priv_passphrase, $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 $sec_name
* @param string $sec_level
* @param string $auth_protocol
* @param string $auth_passphrase
* @param string $priv_protocol
* @param string $priv_passphrase
* @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 snmp3_walk($host, $sec_name, $sec_level, $auth_protocol, $auth_passphrase, $priv_protocol, $priv_passphrase, $object_id, $timeout = '1000000', $retries = '5')
{
}
Function Calls
None |
Stats
MD5 | 62561697cb9309239aec0ab00fbaf63d |
Eval Count | 0 |
Decode Time | 100 ms |