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 /** * Return all objects including their respective object ID within the specified..

Decoded Output download

<?php

/**
 * Return all objects including their respective object ID within the specified one
 *
 * @phpstub
 *
 * @param string $host
 * @param string $community
 * @param string $object_id
 * @param string $timeout
 * @param string $retries
 *
 * @return array Returns an associative array of the  object ids and their values on success or false on error.
 *               In case of an error, an E_WARNING message is shown.
 */
function snmp2_real_walk($host, $community, $object_id, $timeout = '1000000', $retries = '5')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return all objects including their respective object ID within the specified one
 *
 * @phpstub
 *
 * @param string $host
 * @param string $community
 * @param string $object_id
 * @param string $timeout
 * @param string $retries
 *
 * @return array Returns an associative array of the  object ids and their values on success or false on error.
 *               In case of an error, an E_WARNING message is shown.
 */
function snmp2_real_walk($host, $community, $object_id, $timeout = '1000000', $retries = '5')
{
}

Function Calls

None

Variables

None

Stats

MD5 f56a3263644589fb973790998e154ccc
Eval Count 0
Decode Time 91 ms