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 /** * Output a binary dump of cached files and user variables to a file * * @php..

Decoded Output download

<?php

/**
 * Output a binary dump of cached files and user variables to a file
 *
 * @phpstub
 *
 * @param array $files
 * @param array $user_vars
 * @param string $filename
 * @param int $flags
 * @param resource $context
 *
 * @return int The number of bytes written to the file, otherwise
 *             false if APC is not enabled,  is an invalid file name,
 *             can't be opened, the file dump can't be completed
 *             (e.g., the hard drive is out of disk space), or an unknown error was encountered.
 */
function apc_bin_dumpfile($files, $user_vars, $filename, $flags = false, $context = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output a binary dump of cached files and user variables to a file
 *
 * @phpstub
 *
 * @param array $files
 * @param array $user_vars
 * @param string $filename
 * @param int $flags
 * @param resource $context
 *
 * @return int The number of bytes written to the file, otherwise
 *             false if APC is not enabled,  is an invalid file name,
 *             can't be opened, the file dump can't be completed
 *             (e.g., the hard drive is out of disk space), or an unknown error was encountered.
 */
function apc_bin_dumpfile($files, $user_vars, $filename, $flags = false, $context = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 77e42cff5fbc1c99d755ed664f87aa77
Eval Count 0
Decode Time 102 ms