代码
$c_tme = -330;
$this->_CLIENT_T_Z = timezone_name_from_abbr("", $c_tme*-60, 1);
if( $this->_CLIENT_T_Z == FALSE ){
$this->_CLIENT_T_Z = timezone_name_from_abbr("", $c_tme*-60, 0);
}
此代码在本地运行良好。但是上传到服务器后它总是返回false。那是因为任何编码问题吗?
代码
$c_tme = -330;
$this->_CLIENT_T_Z = timezone_name_from_abbr("", $c_tme*-60, 1);
if( $this->_CLIENT_T_Z == FALSE ){
$this->_CLIENT_T_Z = timezone_name_from_abbr("", $c_tme*-60, 0);
}
此代码在本地运行良好。但是上传到服务器后它总是返回false。那是因为任何编码问题吗?