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 /** * Returns the timezone name from abbreviation * * @phpstub * * @param stri..
Decoded Output download
<?php
/**
* Returns the timezone name from abbreviation
*
* @phpstub
*
* @param string $abbr
* @param int $gmtOffset
* @param int $isdst
*
* @return string Returns time zone name on success.
*/
function timezone_name_from_abbr($abbr, $gmtOffset = -1, $isdst = -1)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the timezone name from abbreviation
*
* @phpstub
*
* @param string $abbr
* @param int $gmtOffset
* @param int $isdst
*
* @return string Returns time zone name on success.
*/
function timezone_name_from_abbr($abbr, $gmtOffset = -1, $isdst = -1)
{
}
Function Calls
None |
Stats
MD5 | d97dcb7330fd013a67fd4fee8255a88b |
Eval Count | 0 |
Decode Time | 77 ms |