mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
<method> to <methodname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306289 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
79cd70162d
commit
1ff0e06a1d
1 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@
|
|||
<entry><literal>+</literal></entry>
|
||||
<entry>If this format specifier is present, trailing data in the
|
||||
string will not cause an error, but a warning instead</entry>
|
||||
<entry>Use <method>DateTime::getLastErrors</method> to find out
|
||||
<entry>Use <methodname>DateTime::getLastErrors</methodname> to find out
|
||||
whether trailing data was present.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -269,7 +269,7 @@
|
|||
Unrecognized characters in the format string will cause the
|
||||
parsing to fail and an error message is appended to the returned
|
||||
structure. You can query error messages with
|
||||
<method>DateTime::getLastErrors</method>.
|
||||
<methodname>DateTime::getLastErrors</methodname>.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>format</parameter> does not contain the character
|
||||
|
|
Loading…
Reference in a new issue