mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Added new entries in seealso section (as suggested by "xentek" on user notes)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268443 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2527a9e3a8
commit
d1c33016f2
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
|
||||
<refentry xml:id="function.readdir" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
|
@ -118,6 +118,8 @@ if ($handle = opendir('.')) {
|
|||
<simplelist>
|
||||
<member><function>is_dir</function></member>
|
||||
<member><function>glob</function></member>
|
||||
<member><function>opendir</function></member>
|
||||
<member><function>scandir</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue