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 /** * Open connection to system logger * * @phpstub * * @param string $ident ..
Decoded Output download
<?php
/**
* Open connection to system logger
*
* @phpstub
*
* @param string $ident
* @param int $option
* @param int $facility
*
* @return bool
*/
function openlog($ident, $option, $facility)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Open connection to system logger
*
* @phpstub
*
* @param string $ident
* @param int $option
* @param int $facility
*
* @return bool
*/
function openlog($ident, $option, $facility)
{
}
Function Calls
None |
Stats
MD5 | 0a8f30e301d9dfb7d5021f06b6109d7e |
Eval Count | 0 |
Decode Time | 79 ms |