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

Element index for package File

[ b ] [ c ] [ d ] [ 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
CSV.php
procedural page CSV.php
top

d

discoverFormat
in file CSV.php, method File_CSV::discoverFormat()
    Discover the format of a CSV file (the number of fields, the separator and if it quote string fields)
top

f

File
in file File.php, class File
    Class for handling files
File.php
procedural page File.php
File_CSV
in file CSV.php, class File_CSV
    File class for handling CSV files (Comma Separated Values), a common format for exchanging data.
FILE_DEFAULT_READSIZE
in file File.php, constant FILE_DEFAULT_READSIZE
    The default number of bytes for reading
FILE_LIST_ALL
in file Util.php, constant FILE_LIST_ALL
    Listing Constants
FILE_LIST_DIRS
in file Util.php, constant FILE_LIST_DIRS
    Listing Constants
FILE_LIST_DOTS
in file Util.php, constant FILE_LIST_DOTS
    Listing Constants
FILE_LIST_FILES
in file Util.php, constant FILE_LIST_FILES
    Listing Constants
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
FILE_SORT_DATE
in file Util.php, constant FILE_SORT_DATE
    Sorting Constants
FILE_SORT_NAME
in file Util.php, constant FILE_SORT_NAME
    Sorting Constants
FILE_SORT_NONE
in file Util.php, constant FILE_SORT_NONE
    Sorting Constants
FILE_SORT_RANDOM
in file Util.php, constant FILE_SORT_RANDOM
    Sorting Constants
FILE_SORT_REVERSE
in file Util.php, constant FILE_SORT_REVERSE
    Sorting Constants
FILE_SORT_SIZE
in file Util.php, constant FILE_SORT_SIZE
    Sorting Constants
top

g

getPointer
in file CSV.php, method File_CSV::getPointer()
    Return or create the file descriptor associated with a file
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

raiseError
in file CSV.php, method File_CSV::raiseError()
    This raiseError method works in a different way. It will always return false (an error occurred) but it will call PEAR::raiseError() before it. If no default PEAR global handler is set, will trigger an error.
read
in file File.php, method File::read()
    Returns a specified number of bytes of a file.
read
in file CSV.php, method File_CSV::read()
    Reads a "row" from a CSV file and return it as an array
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).
readQuoted
in file CSV.php, method File_CSV::readQuoted()
    Reads a row of data as an array from a CSV file. It's able to read memo fields with multiline data.
realpath
in file File.php, method File::realpath()
relativePath
in file File.php, method File::relativePath()
resetPointer
in file CSV.php, method File_CSV::resetPointer()
    Front to call getPointer and moving the resource to the beginning of the file Reset it if you like.
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

Util.php
procedural page Util.php
unlock
in file File.php, method File::unlock()
    This unlocks a locked file pointer.
unquote
in file CSV.php, method File_CSV::unquote()
    Unquote data
top

w

write
in file CSV.php, method File_CSV::write()
    Writes a struc (array) in a file as CSV
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:01:56 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.