mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2c172c80f0
commit
a0d5c376e9
1 changed files with 3 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue