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 /** * Monitor a collection of files in a directory for changes * * @phpstub * ..
Decoded Output download
<?php
/**
* Monitor a collection of files in a directory for changes
*
* @phpstub
*
* @param resource $fam
* @param string $dirname
* @param int $depth
* @param string $mask
*
* @return resource Returns a monitoring resource or false on errors.
*/
function fam_monitor_collection($fam, $dirname, $depth, $mask)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Monitor a collection of files in a directory for changes
*
* @phpstub
*
* @param resource $fam
* @param string $dirname
* @param int $depth
* @param string $mask
*
* @return resource Returns a monitoring resource or false on errors.
*/
function fam_monitor_collection($fam, $dirname, $depth, $mask)
{
}
Function Calls
None |
Stats
MD5 | c37e601dcdeac44c2ee37f845ec1dc05 |
Eval Count | 0 |
Decode Time | 86 ms |