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 /** * Creates image from a data. * * @phpstub * * @param string $filename * @..

Decoded Output download

<?php

/**
 * Creates image from a data.
 *
 * @phpstub
 *
 * @param string $filename
 * @param array $options
 *
 * @return array Array with information about generated image is returned, false when error
 *               occurs.
 */
function rrd_graph($filename, $options)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates image from a data.
 *
 * @phpstub
 *
 * @param string $filename
 * @param array $options
 *
 * @return array Array with information about generated image is returned, false when error
 *               occurs.
 */
function rrd_graph($filename, $options)
{
}

Function Calls

None

Variables

None

Stats

MD5 c9e3da3024da0fff96a6ec2f4def6f8d
Eval Count 0
Decode Time 84 ms