hholzgra                Sat May  6 09:59:37 2006 UTC

  Added files:                 
    /phpdoc/en/reference/info/functions php-get-tmpdir.xml 

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   tempnam.xml tmpfile.xml 
  Log:
  added documentation for new function php_get_tmpdir()
  (see also bug #35380)
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/tempnam.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/tempnam.xml
diff -u phpdoc/en/reference/filesystem/functions/tempnam.xml:1.8 
phpdoc/en/reference/filesystem/functions/tempnam.xml:1.9
--- phpdoc/en/reference/filesystem/functions/tempnam.xml:1.8    Wed Sep 15 
08:15:17 2004
+++ phpdoc/en/reference/filesystem/functions/tempnam.xml        Sat May  6 
09:59:37 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.tempnam">
    <refnamediv>
@@ -68,7 +68,8 @@
      </simpara>
     </note>
     <para>
-     See also <function>tmpfile</function> and <function>unlink</function>.
+     See also <function>tmpfile</function>, <function>php_get_tmpdir</function>
+     and <function>unlink</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/tmpfile.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/tmpfile.xml
diff -u phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.6 
phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.7
--- phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.6    Mon Oct 17 
12:36:02 2005
+++ phpdoc/en/reference/filesystem/functions/tmpfile.xml        Sat May  6 
09:59:37 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.32 -->
   <refentry id="function.tmpfile">
    <refnamediv>
@@ -47,7 +47,7 @@
      </example>
     </para>
     <para>
-     See also <function>tempnam</function>.
+     See also <function>tempnam</function>, 
<function>php_get_tmpdir</function>.
     </para>
    </refsect1>
   </refentry>

http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/info/functions/php-get-tmpdir.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/info/functions/php-get-tmpdir.xml
+++ phpdoc/en/reference/info/functions/php-get-tmpdir.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.php-get-tmpdir">
   <refnamediv>
    <refname>php_get_tmpdir</refname>
    <refpurpose>
      Returns directory path used for temporary files
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>string</type><methodname>php_get_tmpdir</methodname>
      <void/>
     </methodsynopsis>
    <para>
     This function returns the path of the directory PHP stores temporary
     files in by default.
    </pata>
    <para>
     See also <function>tmpfile</function>, <function>tempnam</function>.
    </para>
   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to