nlopess Tue Jun 6 12:30:42 2006 UTC
Modified files: /phpdoc/en/appendices migration5.xml Log: add scandir to the list of new functions (user note) http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/migration5.xml?r1=1.47&r2=1.48&diff_format=u Index: phpdoc/en/appendices/migration5.xml diff -u phpdoc/en/appendices/migration5.xml:1.47 phpdoc/en/appendices/migration5.xml:1.48 --- phpdoc/en/appendices/migration5.xml:1.47 Mon May 15 12:52:20 2006 +++ phpdoc/en/appendices/migration5.xml Tue Jun 6 12:30:42 2006 @@ -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> @@ -773,6 +773,12 @@ </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 the active MIB tree </simpara>