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

Index of all elements

[ b ] [ c ] [ f ] [ g ] [ i ] [ r ] [ s ] [ u ] [ w ]

b

buildPath
in file File.php, method File::buildPath()
top

c

close
in file File.php, method File::close()
    This closes an open file pointer
closeAll
in file File.php, method File::closeAll()
    Closes all open file pointers
top

f

File
in file File.php, class File
    Class for handling files
File.php
procedural page File.php
FILE_DEFAULT_READSIZE
in file File.php, constant FILE_DEFAULT_READSIZE
    The default number of bytes for reading
FILE_LOCKS_BLOCK
in file File.php, constant FILE_LOCKS_BLOCK
    Whether file locks should block
FILE_LOCK_EXCLUSIVE
in file File.php, constant FILE_LOCK_EXCLUSIVE
    Use this when an exclusive (write) lock is required
FILE_LOCK_SHARED
in file File.php, constant FILE_LOCK_SHARED
    Use this when a shared (read) lock is required
FILE_MAX_LINE_READSIZE
in file File.php, constant FILE_MAX_LINE_READSIZE
    The maximum number of bytes for reading lines
FILE_MODE_APPEND
in file File.php, constant FILE_MODE_APPEND
    Mode to use for appending to files
FILE_MODE_READ
in file File.php, constant FILE_MODE_READ
    Mode to use for reading from files
FILE_MODE_WRITE
in file File.php, constant FILE_MODE_WRITE
    Mode to use for truncating files, then writing
top

g

getTempDir
in file File.php, method File::getTempDir()
getTempFile
in file File.php, method File::getTempFile()
top

i

isAbsolute
in file File.php, method File::isAbsolute()
top

r

read
in file File.php, method File::read()
    Returns a specified number of bytes of a file.
readAll
in file File.php, method File::readAll()
    Reads an entire file and returns it.
readChar
in file File.php, method File::readChar()
    Reads and returns a single character from given filename
readLine
in file File.php, method File::readLine()
    Returns a line of the file (without trailing CRLF).
realpath
in file File.php, method File::realpath()
relativePath
in file File.php, method File::relativePath()
rewind
in file File.php, method File::rewind()
    This rewinds a filepointer to the start of a file
top

s

skipRoot
in file File.php, method File::skipRoot()
stripLeadingSeparators
in file File.php, method File::stripLeadingSeparators()
stripTrailingSeparators
in file File.php, method File::stripTrailingSeparators()
top

u

unlock
in file File.php, method File::unlock()
    This unlocks a locked file pointer.
top

w

write
in file File.php, method File::write()
    Writes the given data to the given filename.
writeChar
in file File.php, method File::writeChar()
    Writes a single character to a file
writeLine
in file File.php, method File::writeLine()
    Writes a single line, appending a LF (by default)
top

Documentation generated on Mon, 11 Mar 2019 15:48:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.