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 /** * Process a PHP file importing function and class definitions, overwriting whe..

Decoded Output download

<?php

/**
 * Process a PHP file importing function and class definitions, overwriting where appropriate
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $flags
 *
 * @return bool 
 */
function runkit_import($filename, $flags = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Process a PHP file importing function and class definitions, overwriting where appropriate
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $flags
 *
 * @return bool 
 */
function runkit_import($filename, $flags = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 e2964fc9811bd2d0fff54f777778bbcc
Eval Count 0
Decode Time 85 ms