mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Mention what happens on failure
- Add seealso git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291214 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
77bda36109
commit
c0ecf0be48
1 changed files with 11 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns new DateTime instance.
|
||||
Returns new DateTime instance&return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -127,6 +127,16 @@ Format: !Y-m-d; 2009-02-03 00:00:00
|
|||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>DateTime::__construct</methodname></member>
|
||||
<member><methodname>DateTime::getLastErrors</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue