pollita Wed Jan 28 18:08:19 2004 EDT
Modified files:
/phpdoc/en/reference/dir/functions scandir.xml
Log:
scandir is wrapper aware.
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/scandir.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dir/functions/scandir.xml
diff -u phpdoc/en/reference/dir/functions/scandir.xml:1.2
phpdoc/en/reference/dir/functions/scandir.xml:1.3
--- phpdoc/en/reference/dir/functions/scandir.xml:1.2 Mon Dec 15 11:48:51 2003
+++ phpdoc/en/reference/dir/functions/scandir.xml Wed Jan 28 18:08:18 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.scandir">
<refnamediv>
<refname>scandir</refname>
@@ -13,6 +13,7 @@
<type>array</type><methodname>scandir</methodname>
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>sorting_order</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
</methodsynopsis>
<para>
Returns an <type>array</type> of files and directories from the
@@ -113,6 +114,7 @@
</screen>
</example>
</para>
+ &tip.fopen-wrapper;
<para>
See also <function>opendir</function>,
<function>readdir</function>,