philip          Thu Feb 20 12:22:53 2003 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Added &file.clearstatcache; to explain file functions are cached
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.40 phpdoc/en/language-snippets.ent:1.41
--- phpdoc/en/language-snippets.ent:1.40        Thu Feb 20 12:07:22 2003
+++ phpdoc/en/language-snippets.ent     Thu Feb 20 12:22:53 2003
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.40 $ -->
+<!-- $Revision: 1.41 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -44,6 +44,9 @@
 <!ENTITY array.resetspointer '<note><simpara>This function will 
 <function>reset</function> the <type>array</type> pointer after 
 use.</simpara></note>'>
+
+<!ENTITY file.clearstatcache '<para>The results of this function are
+cached. See <function>clearstatcache</function> for more details.</para>'>
 
 <!ENTITY return.falseproblem '<warning><simpara>This function may
 return Boolean &false;, but may also return a non-Boolean value which



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to