wp_timezone_supported

函数
wp_timezone_supported ( No parameters )

wp_timezone_supported: 这个函数检查一个给定的时区字符串是否被服务器支持。

检查对PHP时区的支持

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function wp_timezone_supported() {
_deprecated_function( __FUNCTION__, '3.2.0' );
return true;
}
function wp_timezone_supported() { _deprecated_function( __FUNCTION__, '3.2.0' ); return true; }
function wp_timezone_supported() {
	_deprecated_function( __FUNCTION__, '3.2.0' );

	return true;
}

常见问题

FAQs
查看更多 >