diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml index d0ea780256..5026dab5b9 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -1,5 +1,5 @@ - + @@ -68,7 +68,7 @@ unlink($tmpfname); - See also tmpfile, php_get_tmpdir + See also tmpfile, sys_get_temp_dir and unlink. diff --git a/reference/filesystem/functions/tmpfile.xml b/reference/filesystem/functions/tmpfile.xml index 21288fd173..49af87ec95 100644 --- a/reference/filesystem/functions/tmpfile.xml +++ b/reference/filesystem/functions/tmpfile.xml @@ -1,5 +1,5 @@ - + @@ -47,7 +47,7 @@ writing to tempfile - See also tempnam, php_get_tmpdir. + See also tempnam, sys_get_temp_dir. diff --git a/reference/info/functions/php-get-tmpdir.xml b/reference/info/functions/sys-get-temp-dir.php similarity index 85% rename from reference/info/functions/php-get-tmpdir.xml rename to reference/info/functions/sys-get-temp-dir.php index 01c68f6f2f..6f4a80e064 100644 --- a/reference/info/functions/php-get-tmpdir.xml +++ b/reference/info/functions/sys-get-temp-dir.php @@ -1,8 +1,8 @@ - - + + - php_get_tmpdir + sys_get_temp_dir Returns directory path used for temporary files @@ -10,7 +10,7 @@ Description - stringphp_get_tmpdir + stringsys_get_temp_dir