mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265454 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0564b7f436
commit
288e57e4ff
5 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fileatime">
|
||||
<refnamediv>
|
||||
<refname>fileatime</refname>
|
||||
|
@ -79,7 +79,7 @@ if (file_exists($filename)) {
|
|||
common example. On such filesystems this function will be useless.
|
||||
</para>
|
||||
</note>
|
||||
¬e.filesytem-time-res;
|
||||
¬e.filesystem-time-res;
|
||||
¬e.clearstatcache;
|
||||
&tip.fopen-wrapper.stat;
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.filectime">
|
||||
<refnamediv>
|
||||
<refname>filectime</refname>
|
||||
|
@ -83,7 +83,7 @@ if (file_exists($filename)) {
|
|||
time for Unix files in most Unix filesystems.
|
||||
</para>
|
||||
</note>
|
||||
¬e.filesytem-time-res;
|
||||
¬e.filesystem-time-res;
|
||||
¬e.clearstatcache;
|
||||
&tip.fopen-wrapper.stat;
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.filemtime">
|
||||
<refnamediv>
|
||||
<refname>filemtime</refname>
|
||||
|
@ -66,7 +66,7 @@ if (file_exists($filename)) {
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.filesytem-time-res;
|
||||
¬e.filesystem-time-res;
|
||||
¬e.clearstatcache;
|
||||
&tip.fopen-wrapper.stat;
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stat">
|
||||
<refnamediv>
|
||||
<refname>stat</refname>
|
||||
|
@ -168,7 +168,7 @@
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.filesytem-time-res;
|
||||
¬e.filesystem-time-res;
|
||||
¬e.clearstatcache;
|
||||
&tip.fopen-wrapper.stat;
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.touch">
|
||||
<refnamediv>
|
||||
<refname>touch</refname>
|
||||
|
@ -114,7 +114,7 @@ if (touch($FileName)) {
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.filesytem-time-res;
|
||||
¬e.filesystem-time-res;
|
||||
<warning>
|
||||
<para>
|
||||
Prior to PHP 5.3.0 it was not possible to change the modification time
|
||||
|
|
Loading…
Reference in a new issue