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 string $value
 * @param string $timeout
 * @param string $retries
 *
 * @return bool 
 */
function snmp2_set($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 string $value
 * @param string $timeout
 * @param string $retries
 *
 * @return bool 
 */
function snmp2_set($host, $community, $object_id, $type, $value, $timeout = '1000000', $retries = '5')
{
}

Function Calls

None

Variables

None

Stats

MD5 6327ccbec97009752ed8725b9cf4f961
Eval Count 0
Decode Time 77 ms