com.caucho.quercus.lib.spl
Class SplFileObject

java.lang.Object
  extended by com.caucho.quercus.lib.spl.SplFileInfo
      extended by com.caucho.quercus.lib.spl.SplFileObject

public class SplFileObject
extends SplFileInfo


Field Summary
 
Fields inherited from class com.caucho.quercus.lib.spl.SplFileInfo
_path
 
Constructor Summary
SplFileObject(Env env, StringValue fileName, java.lang.String mode, boolean isUseIncludePath, Value contextV)
           
 
Method Summary
 
Methods inherited from class com.caucho.quercus.lib.spl.SplFileInfo
__toString, getATime, getBasename, getCTime, getExtension, getFileInfo, getFilename, getGroup, getInode, getLinkTarget, getMTime, getOwner, getPath, getPathInfo, getPathname, getPerms, getRealPath, getSize, getType, init, isDir, isExecutable, isFile, isLink, isReadable, isWritable, openFile, setFileClass, setInfoClass, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SplFileObject

public SplFileObject(Env env,
                     StringValue fileName,
                     java.lang.String mode,
                     boolean isUseIncludePath,
                     Value contextV)