Index of all elements
[ b ]
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ l ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
b
- buildPath
- in file Util.php, method File_Util::buildPath()
Returns a string path built from the array $pathParts. Where a join occurs multiple separators are removed. Joins using the optional separator, defaulting to the PHP DIRECTORY_SEPARATOR constant.
- 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
- File_Util
- in file Util.php, class File_Util
File_Util
top
top
top
top
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 CSV.php, method File_CSV::read()
Reads a "row" from a CSV file and return it as an array
- 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).
- 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 Util.php, method File_Util::realPath()
Get real path (works with non-existant paths)
- realpath
- in file File.php, method File::realpath()
- relativePath
- in file File.php, method File::relativePath()
- relativePath
- in file Util.php, method File_Util::relativePath()
Get path relative to another path
- 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
top
t
- tmpDir
- in file Util.php, method File_Util::tmpDir()
Returns the temp directory according to either the TMP, TMPDIR, or TEMP env variables. If these are not set it will also check for the existence of /tmp, %WINDIR%\temp
- tmpFile
- in file Util.php, method File_Util::tmpFile()
Returns a temporary filename using tempnam() and File::tmpDir().
top
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.
|
|