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 /** * Tunes some RRD database file header options. * * @phpstub * * @param str..

Decoded Output download

<?php

/**
 * Tunes some RRD database file header options.
 *
 * @phpstub
 *
 * @param string $filename
 * @param array $options
 *
 * @return bool Returns true on success, false otherwise.
 */
function rrd_tune($filename, $options)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Tunes some RRD database file header options.
 *
 * @phpstub
 *
 * @param string $filename
 * @param array $options
 *
 * @return bool Returns true on success, false otherwise.
 */
function rrd_tune($filename, $options)
{
}

Function Calls

None

Variables

None

Stats

MD5 15f2dc73f78e134697233bc2a185e404
Eval Count 0
Decode Time 72 ms