mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add scandir to the list of new functions (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214315 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e64d5dc4d
commit
5efb5b7319
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.47 $ -->
|
||||
<!-- $Revision: 1.48 $ -->
|
||||
<appendix id="migration5">
|
||||
<title>Migrating from PHP 4 to PHP 5</title>
|
||||
|
||||
|
@ -771,6 +771,12 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
the value
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>scandir</function> - List files and directories inside the
|
||||
specified path
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>snmp_read_mib</function> - Reads and parses a MIB file into
|
||||
|
|
Loading…
Reference in a new issue