fix build.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262913 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2008-07-18 06:03:44 +00:00
parent 7d550ae084
commit 82d2a91cc5

View file

@ -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">