mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix typo + add return doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223636 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
461577b478
commit
8d4f1bd58f
3 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.date-sun-info">
|
||||
<refnamediv>
|
||||
<refname>date_sun_info</refname>
|
||||
|
@ -23,7 +23,7 @@
|
|||
<term><parameter>time</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Timestsmp.
|
||||
Timestamp.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.timezone-identifiers-list">
|
||||
<refnamediv>
|
||||
<refname>timezone_identifiers_list</refname>
|
||||
|
@ -20,8 +20,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
What the function returns, first on success, then on failure. See
|
||||
also the &return.success; entity
|
||||
Returns array on success or &false; on failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.timezone-transitions-get">
|
||||
<refnamediv>
|
||||
<refname>timezone_transitions_get</refname>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns numeracilly indexed array containing associative array with all
|
||||
Returns numerically indexed array containing associative array with all
|
||||
transitions on success or &false; on failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue