PHP timezone_version_get() 函数
PHP 教程
· 2019-01-24 11:42:18
实例
返回时区数据库的版本:
<?php
echo timezone_version_get();
?>
echo timezone_version_get();
?>
定义和用法
timezone_version_get() 函数返回时区数据库的版本。
语法
timezone_version_get();
技术细节
| 返回值: | 以字符串形式返回时区数据库的版本。 |
|---|---|
| PHP 版本: | 5.3+ |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Designing Programmes
Karl Gerstner / Springer Verlag / 2007 / $499.00
Karl Gerstnera (TM)s work is a milestone in the history of design. One of his most important works is Designing Programmes, which is presented here in a new edition of the original 1964 publication. I......一起来看看 《Designing Programmes》 这本书的介绍吧!