didou Sat Oct 30 21:25:11 2004 EDT
Modified files: /phpdoc/en/reference/dir/functions scandir.xml Log: fix #30590 : context not described http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/scandir.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/dir/functions/scandir.xml diff -u phpdoc/en/reference/dir/functions/scandir.xml:1.3 phpdoc/en/reference/dir/functions/scandir.xml:1.4 --- phpdoc/en/reference/dir/functions/scandir.xml:1.3 Wed Jan 28 18:08:18 2004 +++ phpdoc/en/reference/dir/functions/scandir.xml Sat Oct 30 21:25:04 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.scandir"> <refnamediv> <refname>scandir</refname> @@ -27,6 +27,15 @@ then sort order is alphabetical in descending order. </para> <para> + For a description of the <parameter>context</parameter> parameter, refer + to <xref linkend="ref.stream"/>. + </para> + <note> + <para> + Context support was added in PHP 5.0.0. + </para> + </note> + <para> <example> <title>A simple <function>scandir</function> example</title> <programlisting role="php">