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 /** * Sets the default timezone used by all date/time functions in a script * * ..
Decoded Output download
<?php
/**
* Sets the default timezone used by all date/time functions in a script
*
* @phpstub
*
* @param string $timezone_identifier
*
* @return bool This function returns false if the
* isn't valid, or true
* otherwise.
*/
function date_default_timezone_set($timezone_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets the default timezone used by all date/time functions in a script
*
* @phpstub
*
* @param string $timezone_identifier
*
* @return bool This function returns false if the
* isn't valid, or true
* otherwise.
*/
function date_default_timezone_set($timezone_identifier)
{
}
Function Calls
| None |
Stats
| MD5 | 4754dd1039c05ac4b7490606165353bd |
| Eval Count | 0 |
| Decode Time | 119 ms |