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 terminal device name * * @phpstub * * @param int $fd * * @re..
Decoded Output download
<?php
/**
* Determine terminal device name
*
* @phpstub
*
* @param int $fd
*
* @return string On success, returns a ``string`` of the absolute path of the
* . On failure, returns false
*/
function posix_ttyname($fd)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Determine terminal device name
*
* @phpstub
*
* @param int $fd
*
* @return string On success, returns a ``string`` of the absolute path of the
* . On failure, returns false
*/
function posix_ttyname($fd)
{
}
Function Calls
None |
Stats
MD5 | 1e48b1351c096cc6d1e810558381ed89 |
Eval Count | 0 |
Decode Time | 85 ms |