apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: File_Archive_Reader_Directory

Source Location: /File_Archive-0.1.0/File/Archive/Reader/Directory.php

Class Overview

File_Archive_Reader_Relay
   |
   --File_Archive_Reader_Directory

Recursively reads a directory


Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
Recursively reads a directory


[ Top ]


Method Detail

File_Archive_Reader_Directory (Constructor)   [line 63]

File_Archive_Reader_Directory File_Archive_Reader_Directory( $directory, [ $symbolic = ''], [ $maxRecurs = -1])

$directory is the path of the directory that must be read If $maxRecurs is specified, the subdirectories will be read up to a depth of $maxRecurs In particular, if $maxRecurs == 0, the subdirectories won't be read.

Parameters:

   $directory   — 
   $symbolic   — 
   $maxRecurs   — 

[ Top ]

close   [line 72]

void close( )

  • See: File_Archive_Reader::close()

[ Top ]

getFilename   [line 114]

void getFilename( )

  • See: File_Archive_Reader::getFilename()

[ Top ]

next   [line 84]

void next( )

  • See: File_Archive_Reader::next() The files are returned in the same order as readdir

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:24:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.