mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add sys_get_temp_dir() to the new functoin list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236163 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
78b4fc790c
commit
140acd5aa2
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<appendix id="migration52">
|
||||
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
|
||||
|
||||
|
@ -786,6 +786,12 @@ $obj->getCommentName('');
|
|||
- Returns the peak allocated by PHP memory
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>sys_get_temp_dir</function>
|
||||
- Returns directory path used for temporary files. (Added in 5.2.1)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>timezone_abbreviations_list</function>
|
||||
|
|
Loading…
Reference in a new issue