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 rrd database file * * @phpstub * * @param string $filename * @p..
Decoded Output download
<?php
/**
* Creates rrd database file
*
* @phpstub
*
* @param string $filename
* @param array $options
*
* @return bool
*/
function rrd_create($filename, $options)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Creates rrd database file
*
* @phpstub
*
* @param string $filename
* @param array $options
*
* @return bool
*/
function rrd_create($filename, $options)
{
}
Function Calls
None |
Stats
MD5 | 4651b047c99993278ef0a7dda00c9667 |
Eval Count | 0 |
Decode Time | 88 ms |