scandir is wrapper aware.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150058 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2004-01-28 23:08:18 +00:00
parent 2c172c80f0
commit a0d5c376e9

View file

@ -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 @@ Array
</screen>
</example>
</para>
&tip.fopen-wrapper;
<para>
See also <function>opendir</function>,
<function>readdir</function>,