|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-01 20:41 UTC] nlopess@php.net
[2020-02-07 06:11 UTC] phpdocbot@php.net
[2020-12-30 12:50 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 18:00:01 2025 UTC |
Description: ------------ There is a typo problem in the filectime() man page in at least 2 languages. Here are the 2 patches: Index: en/reference/filesystem/functions/filectime.xml =================================================================== RCS file: /repository/phpdoc/en/reference/filesystem/functions/filectime.xml,v retrieving revision 1.6 diff -u -r1.6 filectime.xml --- en/reference/filesystem/functions/filectime.xml 15 Dec 2003 16:49:45 -0000 1.6 +++ en/reference/filesystem/functions/filectime.xml 1 Jul 2005 18:17:03 -0000 @@ -36,7 +36,7 @@ <para> <example> - <title><function>fileatime</function> example</title> + <title><function>filectime</function> example</title> <programlisting role="php"> <![CDATA[ <?php Index: fr/reference/filesystem/functions/filectime.xml =================================================================== RCS file: /repository/phpdoc-fr/reference/filesystem/functions/filectime.xml,v retrieving revision 1.11 diff -u -r1.11 filectime.xml --- fr/reference/filesystem/functions/filectime.xml 16 Nov 2004 21:43:28 -0000 1.11 +++ fr/reference/filesystem/functions/filectime.xml 1 Jul 2005 18:28:01 -0000 @@ -40,7 +40,7 @@ <para> <example> - <title>Exemple avec <function>fileatime</function></title> + <title>Exemple avec <function>filectime</function></title> <programlisting role="php"> <![CDATA[ <?php