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 /** * Determine accessibility of a file * * @phpstub * * @param string $file ..
Decoded Output download
<?php
/**
* Determine accessibility of a file
*
* @phpstub
*
* @param string $file
* @param int $mode
*
* @return bool
*/
function posix_access($file, $mode = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Determine accessibility of a file
*
* @phpstub
*
* @param string $file
* @param int $mode
*
* @return bool
*/
function posix_access($file, $mode = false)
{
}
Function Calls
None |
Stats
MD5 | fd592191b2959dfd63aec861b5642aeb |
Eval Count | 0 |
Decode Time | 92 ms |