mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194940 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
579a518e3d
commit
b475cd8b50
3 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.date-default-timezone-get">
|
||||
<refnamediv>
|
||||
<refname>date_default_timezone_get</refname>
|
||||
|
@ -41,13 +41,13 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
If none of the above options succeeds, falback to <literal>UTC</literal>
|
||||
If none of the above options succeeds, return <literal>UTC</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.date-sunrise">
|
||||
<refnamediv>
|
||||
<refname>date_sunrise</refname>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<tbody>
|
||||
<row>
|
||||
<entry>SUNFUNCS_RET_STRING</entry>
|
||||
<entry>returns the sunset time as <type>string</type></entry>
|
||||
<entry>returns the result as <type>string</type></entry>
|
||||
<entry>16:46</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -59,7 +59,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>SUNFUNCS_RET_TIMESTAMP</entry>
|
||||
<entry>returns the sunset time as an <type>integer</type> (timestamp)</entry>
|
||||
<entry>returns the result as <type>integer</type> (timestamp)</entry>
|
||||
<entry>1095034606</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.date-sunset">
|
||||
<refnamediv>
|
||||
<refname>date_sunset</refname>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<tbody>
|
||||
<row>
|
||||
<entry>SUNFUNCS_RET_STRING</entry>
|
||||
<entry>returns the sunset time as <type>string</type></entry>
|
||||
<entry>returns the result as <type>string</type></entry>
|
||||
<entry>16:46</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -59,7 +59,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>SUNFUNCS_RET_TIMESTAMP</entry>
|
||||
<entry>returns the sunset time as an <type>integer</type> (timestamp)</entry>
|
||||
<entry>returns the result as <type>integer</type> (timestamp)</entry>
|
||||
<entry>1095034606</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue