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 /** * Performs a c library fcntl on fd * * @phpstub * * @param resource $fd *..
Decoded Output download
<?php
/**
* Performs a c library fcntl on fd
*
* @phpstub
*
* @param resource $fd
* @param int $cmd
* @param mixed $args
*
* @return mixed Returns the result of the C call.
*/
function dio_fcntl($fd, $cmd, $args = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Performs a c library fcntl on fd
*
* @phpstub
*
* @param resource $fd
* @param int $cmd
* @param mixed $args
*
* @return mixed Returns the result of the C call.
*/
function dio_fcntl($fd, $cmd, $args = NULL)
{
}
Function Calls
None |
Stats
MD5 | 5754ae92e3e9d679799a40bfb477cd97 |
Eval Count | 0 |
Decode Time | 82 ms |