Created
March 2, 2013 09:31
-
-
Save komita1981/5070298 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
DirectoryIterator extends SplFileInfo implements Iterator , Traversable , SeekableIterator { | |
/* Methods */ | |
public __construct ( string $path ) | |
public DirectoryIterator current ( void ) | |
public int getATime ( void ) | |
public string getBasename ([ string $suffix ] ) | |
public int getCTime ( void ) | |
public string getExtension ( void ) | |
public string getFilename ( void ) | |
public int getGroup ( void ) | |
public int getInode ( void ) | |
public int getMTime ( void ) | |
public int getOwner ( void ) | |
public string getPath ( void ) | |
public string getPathname ( void ) | |
public int getPerms ( void ) | |
public int getSize ( void ) | |
public string getType ( void ) | |
public bool isDir ( void ) | |
public bool isDot ( void ) | |
public bool isExecutable ( void ) | |
public bool isFile ( void ) | |
public bool isLink ( void ) | |
public bool isReadable ( void ) | |
public bool isWritable ( void ) | |
public string key ( void ) | |
public void next ( void ) | |
public void rewind ( void ) | |
public void seek ( int $position ) | |
public string __toString ( void ) | |
public bool valid ( void ) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment