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 /** * Stores a file in the bytecode cache, bypassing all filters. * * @phpstub ..

Decoded Output download

<?php

/**
 * Stores a file in the bytecode cache, bypassing all filters.
 *
 * @phpstub
 *
 * @param string $filename
 * @param bool $atomic
 *
 * @return mixed 
 */
function apc_compile_file($filename, $atomic = true)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Stores a file in the bytecode cache, bypassing all filters.
 *
 * @phpstub
 *
 * @param string $filename
 * @param bool $atomic
 *
 * @return mixed 
 */
function apc_compile_file($filename, $atomic = true)
{
}

Function Calls

None

Variables

None

Stats

MD5 fe924f04ee91beee824e49349d658775
Eval Count 0
Decode Time 86 ms