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 /** * Create a fifo special file (a named pipe) * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Create a fifo special file (a named pipe)
*
* @phpstub
*
* @param string $pathname
* @param int $mode
*
* @return bool
*/
function posix_mkfifo($pathname, $mode)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a fifo special file (a named pipe)
*
* @phpstub
*
* @param string $pathname
* @param int $mode
*
* @return bool
*/
function posix_mkfifo($pathname, $mode)
{
}
Function Calls
| None |
Stats
| MD5 | b697f8db9ac4f0c7121add1b98bd4536 |
| Eval Count | 0 |
| Decode Time | 94 ms |