takagi Fri May 19 13:20:58 2006 UTC Added files: /phpdoc/en/reference/info/functions sys-get-temp-dir.xml
Removed files: /phpdoc/en/reference/info/functions sys-get-temp-dir.php Log: renamed sys-get-temp-dir.php to sys-get-temp-dir.xml http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/info/functions/sys-get-temp-dir.xml?view=markup&rev=1.1 Index: phpdoc/en/reference/info/functions/sys-get-temp-dir.xml +++ phpdoc/en/reference/info/functions/sys-get-temp-dir.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.sys-get-temp-dir"> <refnamediv> <refname>sys_get_temp_dir</refname> <refpurpose> Returns directory path used for temporary files </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>string</type><methodname>sys_get_temp_dir</methodname> <void/> </methodsynopsis> <para> This function returns the path of the directory PHP stores temporary files in by default. </para> <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 -->