mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove obsolete PHP 5 specific info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351196 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
46a0d3708e
commit
aa0b16c829
2 changed files with 2 additions and 4 deletions
|
@ -150,8 +150,7 @@
|
|||
<para>
|
||||
<function>mktime</function> returns the Unix timestamp of the arguments
|
||||
given.
|
||||
If the arguments are invalid, the function returns &false; (before PHP 5.1
|
||||
it returned <literal>-1</literal>).
|
||||
If the arguments are invalid, the function returns &false;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -62,8 +62,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns a timestamp on success, &false; otherwise. Previous to PHP 5.1.0,
|
||||
this function would return <literal>-1</literal> on failure.
|
||||
Returns a timestamp on success, &false; otherwise.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue