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 an object * * @phpstub * * @param string $hostname * @param stri..

Decoded Output download

<?php

/**
 * Fetch an  object
 *
 * @phpstub
 *
 * @param string $hostname
 * @param string $community
 * @param string $object_id
 * @param int $timeout
 * @param int $retries
 *
 * @return string Returns  object value on success or false on error.
 */
function snmpget($hostname, $community, $object_id, $timeout = 1000000, $retries = 5)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch an  object
 *
 * @phpstub
 *
 * @param string $hostname
 * @param string $community
 * @param string $object_id
 * @param int $timeout
 * @param int $retries
 *
 * @return string Returns  object value on success or false on error.
 */
function snmpget($hostname, $community, $object_id, $timeout = 1000000, $retries = 5)
{
}

Function Calls

None

Variables

None

Stats

MD5 dd2117ab702b56cacfe6d8234601d133
Eval Count 0
Decode Time 91 ms