mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262913 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7d550ae084
commit
82d2a91cc5
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry xml:id="function.date-default-timezone-get" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>date_default_timezone_get</refname>
|
||||
|
@ -38,9 +38,12 @@
|
|||
Querying the host operating system (if supported and allowed by the OS)
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
If none of the above succeed, <methodname>date_default_timezone_get</methodname>
|
||||
will return a default timezone of <literal>UTC</literal>.
|
||||
</para>
|
||||
If none of the above succeed, <methodname>date_default_timezone_get</method>
|
||||
will return a default timezone of <literal>UTC</literal>.
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
Loading…
Reference in a new issue