mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #27653
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154067 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7e3fff0c04
commit
89c481ecf1
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.DirectoryIterator-getChildren">
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.RecursiveDirectoryIterator-getChildren">
|
||||
<refnamediv>
|
||||
<refname>DirectoryIterator::getChildren</refname>
|
||||
<refname>RecursiveDirectoryIterator::getChildren</refname>
|
||||
<refpurpose>
|
||||
Returns an iterator for the current entry if it is a directory
|
||||
</refpurpose>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>RecursiveDirectoryIterator</type><methodname>DirectoryIterator::getChildren</methodname>
|
||||
<type>object</type><methodname>RecursiveDirectoryIterator::getChildren</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
Loading…
Reference in a new issue