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 SNMP object * * @phpstub * * @param string $host * ..

Decoded Output download

<?php

/**
 * Set the value of an SNMP object
 *
 * @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 $type
 * @param string $value
 * @param int $timeout
 * @param int $retries
 *
 * @return bool 
 */
function snmp3_set($host, $sec_name, $sec_level, $auth_protocol, $auth_passphrase, $priv_protocol, $priv_passphrase, $object_id, $type, $value, $timeout = 1000000, $retries = 5)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the value of an SNMP object
 *
 * @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 $type
 * @param string $value
 * @param int $timeout
 * @param int $retries
 *
 * @return bool 
 */
function snmp3_set($host, $sec_name, $sec_level, $auth_protocol, $auth_passphrase, $priv_protocol, $priv_passphrase, $object_id, $type, $value, $timeout = 1000000, $retries = 5)
{
}

Function Calls

None

Variables

None

Stats

MD5 39ac62c35a671e3902cf931ad3457727
Eval Count 0
Decode Time 90 ms