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 /** * Reads and parses a MIB file into the active MIB tree * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Reads and parses a MIB file into the active MIB tree
*
* @phpstub
*
* @param string $filename
*
* @return bool
*/
function snmp_read_mib($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Reads and parses a MIB file into the active MIB tree
*
* @phpstub
*
* @param string $filename
*
* @return bool
*/
function snmp_read_mib($filename)
{
}
Function Calls
None |
Stats
MD5 | 2b0a4d33fd20c0b3bdffc1a65c9b868b |
Eval Count | 0 |
Decode Time | 94 ms |