mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Use function instead of methodname in seealso to get () in output.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299003 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
631a7e0046
commit
fe271d65f0
3 changed files with 5 additions and 5 deletions
|
@ -160,8 +160,8 @@ Format: !d; 1970-01-15 00:00:00
|
|||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>DateTime::__construct</methodname></member>
|
||||
<member><methodname>DateTime::getLastErrors</methodname></member>
|
||||
<member><function>DateTime::__construct</function></member>
|
||||
<member><function>DateTime::getLastErrors</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -79,8 +79,8 @@ echo date_timestamp_get($date);
|
|||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>DateTime::setTimestamp</methodname></member>
|
||||
<member><methodname>DateTime::format</methodname></member>
|
||||
<member><function>DateTime::setTimestamp</function></member>
|
||||
<member><function>DateTime::format</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ echo date_format($date, 'U = Y-m-d H:i:s') . "\n";
|
|||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>DateTime::getTimestamp</methodname></member>
|
||||
<member><function>DateTime::getTimestamp</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue