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 /** * Query for a tree of information about a network entity * * @phpstub * * ..

Decoded Output download

<?php

/**
 * Query for a tree of information about a network entity
 *
 * @phpstub
 *
 * @param string $hostname
 * @param string $community
 * @param string $object_id
 * @param int $timeout
 * @param int $retries
 *
 * @return array Returns an associative array with object ids and their respective
 *               object value starting from the
 *               as root or false on error.
 */
function snmpwalkoid($hostname, $community, $object_id, $timeout = 1000000, $retries = 5)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Query for a tree of information about a network entity
 *
 * @phpstub
 *
 * @param string $hostname
 * @param string $community
 * @param string $object_id
 * @param int $timeout
 * @param int $retries
 *
 * @return array Returns an associative array with object ids and their respective
 *               object value starting from the
 *               as root or false on error.
 */
function snmpwalkoid($hostname, $community, $object_id, $timeout = 1000000, $retries = 5)
{
}

Function Calls

None

Variables

None

Stats

MD5 627e48cd8223fdfb19a9b19d11fd6ef6
Eval Count 0
Decode Time 105 ms