mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Renamed php_get_tmpdir() to sys_get_temp_dir()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213321 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4092b7e23b
commit
9f35c90bde
3 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.tempnam">
|
||||
<refnamediv>
|
||||
|
@ -68,7 +68,7 @@ unlink($tmpfname);
|
|||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>tmpfile</function>, <function>php_get_tmpdir</function>
|
||||
See also <function>tmpfile</function>, <function>sys_get_temp_dir</function>
|
||||
and <function>unlink</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.32 -->
|
||||
<refentry id="function.tmpfile">
|
||||
<refnamediv>
|
||||
|
@ -47,7 +47,7 @@ writing to tempfile
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>tempnam</function>, <function>php_get_tmpdir</function>.
|
||||
See also <function>tempnam</function>, <function>sys_get_temp_dir</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.php-get-tmpdir">
|
||||
<!-- $Revision$ -->
|
||||
<refentry id="function.sys-get-temp-dir">
|
||||
<refnamediv>
|
||||
<refname>php_get_tmpdir</refname>
|
||||
<refname>sys_get_temp_dir</refname>
|
||||
<refpurpose>
|
||||
Returns directory path used for temporary files
|
||||
</refpurpose>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>php_get_tmpdir</methodname>
|
||||
<type>string</type><methodname>sys_get_temp_dir</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
Loading…
Reference in a new issue