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 /** * Get a binary dump of the given files and user variables * * @phpstub * *..
Decoded Output download
<?php
/**
* Get a binary dump of the given files and user variables
*
* @phpstub
*
* @param array $files
* @param array $user_vars
*
* @return string Returns a binary dump of the given files and user variables from the APC cache,
* false if APC is not enabled, or null if an unknown error is encountered.
*/
function apc_bin_dump($files = array(), $user_vars = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get a binary dump of the given files and user variables
*
* @phpstub
*
* @param array $files
* @param array $user_vars
*
* @return string Returns a binary dump of the given files and user variables from the APC cache,
* false if APC is not enabled, or null if an unknown error is encountered.
*/
function apc_bin_dump($files = array(), $user_vars = array())
{
}
Function Calls
None |
Stats
MD5 | b976dbe7b49af0c8135ff7df22aaaacb |
Eval Count | 0 |
Decode Time | 79 ms |