Element index for package phing-system-io
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
_
- _access
- in file Win32FileSystem.php, method Win32FileSystem::_access()
- _constructFileParentStringChild
- in file PhingFile.php, method PhingFile::_constructFileParentStringChild()
- _constructPathname
- in file PhingFile.php, method PhingFile::_constructPathname()
- _constructStringParentStringChild
- in file PhingFile.php, method PhingFile::_constructStringParentStringChild()
- _driveIndex
- in file Win32FileSystem.php, method Win32FileSystem::_driveIndex()
private
- _getDrive
- in file Win32FileSystem.php, method Win32FileSystem::_getDrive()
- _getDriveDirectory
- in file Win32FileSystem.php, method Win32FileSystem::_getDriveDirectory()
private
- _getUserPath
- in file Win32FileSystem.php, method Win32FileSystem::_getUserPath()
- _nativeListRoots
- in file Win32FileSystem.php, method Win32FileSystem::_nativeListRoots()
- _slashify
- in file PhingFile.php, method PhingFile::_slashify()
- __construct
- in file PhingFile.php, method PhingFile::__construct()
constructor
- __construct
- in file Win32FileSystem.php, method Win32FileSystem::__construct()
- __construct
- in file BufferedReader.php, method BufferedReader::__construct()
- __construct
- in file StringReader.php, method StringReader::__construct()
- __construct
- in file OutputStreamWriter.php, method OutputStreamWriter::__construct()
Construct a new OutputStreamWriter.
- __construct
- in file FileReader.php, method FileReader::__construct()
Construct a new FileReader.
- __construct
- in file FileOutputStream.php, method FileOutputStream::__construct()
Construct a new FileOutputStream.
- __construct
- in file FileInputStream.php, method FileInputStream::__construct()
Construct a new FileInputStream.
- __construct
- in file BufferedWriter.php, method BufferedWriter::__construct()
- __construct
- in file FileWriter.php, method FileWriter::__construct()
Construct a new FileWriter.
- __construct
- in file FilterReader.php, method FilterReader::__construct()
- __construct
- in file InputStreamReader.php, method InputStreamReader::__construct()
Construct a new InputStreamReader.
- __construct
- in file InputStream.php, method InputStream::__construct()
Construct a new InputStream.
- __construct
- in file OutputStream.php, method OutputStream::__construct()
Construct a new OutputStream.
- __toString
- in file FileInputStream.php, method FileInputStream::__toString()
Returns a string representation of the attached file.
- __toString
- in file FileOutputStream.php, method FileOutputStream::__toString()
Returns a string representation of the attached file.
- __toString
- in file PhingFile.php, method PhingFile::__toString()
PHP5's native method.
- __toString
- in file OutputStream.php, method OutputStream::__toString()
Returns a string representation of the attached PHP stream.
- __toString
- in file InputStream.php, method InputStream::__toString()
Returns string representation of attached stream.
top
top
top
c
- $currentPosition
- in file InputStream.php, variable InputStream::$currentPosition
- canDelete
- in file FileSystem.php, method FileSystem::canDelete()
Whether file can be deleted.
- canDelete
- in file UnixFileSystem.php, method UnixFileSystem::canDelete()
Whether file can be deleted.
- canonicalize
- in file FileSystem.php, method FileSystem::canonicalize()
canonicalize filename by checking on disk
- canRead
- in file PhingFile.php, method PhingFile::canRead()
Tests whether the application can read the file denoted by this abstract pathname.
- canWrite
- in file PhingFile.php, method PhingFile::canWrite()
Tests whether the application can modify to the file denoted by this abstract pathname.
- checkAccess
- in file FileSystem.php, method FileSystem::checkAccess()
Check whether the file or directory denoted by the given abstract
- chmod
- in file FileSystem.php, method FileSystem::chmod()
Change the permissions on a file or directory.
- chown
- in file FileSystem.php, method FileSystem::chown()
Change the ownership on a file or directory.
- close
- in file InputStreamReader.php, method InputStreamReader::close()
Close the stream.
- close
- in file BufferedReader.php, method BufferedReader::close()
- close
- in file OutputStream.php, method OutputStream::close()
Closes attached stream, flushing output first.
- close
- in file Writer.php, method Writer::close()
Close the stream.
- close
- in file StringReader.php, method StringReader::close()
- close
- in file Reader.php, method Reader::close()
Close stream.
- close
- in file OutputStreamWriter.php, method OutputStreamWriter::close()
Close the stream.
- close
- in file InputStream.php, method InputStream::close()
Closes stream.
- close
- in file ConsoleReader.php, method ConsoleReader::close()
- close
- in file BufferedWriter.php, method BufferedWriter::close()
Close attached stream.
- close
- in file FilterReader.php, method FilterReader::close()
- compare
- in file UnixFileSystem.php, method UnixFileSystem::compare()
compares file paths lexicographically
- compare
- in file FileSystem.php, method FileSystem::compare()
Compare two abstract pathnames lexicographically.
- compare
- in file Win32FileSystem.php, method Win32FileSystem::compare()
compares file paths lexicographically
- compareMTimes
- in file FileSystem.php, method FileSystem::compareMTimes()
Compare the modified time of two files.
- compareTo
- in file PhingFile.php, method PhingFile::compareTo()
Compares two abstract pathnames lexicographically. The ordering defined by this method depends upon the underlying system. On UNIX systems, alphabetic case is significant in comparing pathnames; on Win32 systems it is not.
- ConsoleReader
- in file ConsoleReader.php, class ConsoleReader
Convenience class for reading console input.
- contents
- in file PhingFile.php, method PhingFile::contents()
Convenience method for returning the contents of this file as a string.
- copy
- in file UnixFileSystem.php, method UnixFileSystem::copy()
Copy a file, takes care of symbolic links
- copy
- in file FileSystem.php, method FileSystem::copy()
Copy a file.
- copyTo
- in file PhingFile.php, method PhingFile::copyTo()
Simple-copies file denoted by this abstract pathname into another PhingFile
- createDirectory
- in file FileSystem.php, method FileSystem::createDirectory()
Create a new directory denoted by the given abstract pathname, returning true if and only if the operation succeeds.
- createNewFile
- in file FileSystem.php, method FileSystem::createNewFile()
Create a new empty file with the given pathname. Return true if the file was created and false if a file or directory with the given pathname already exists. Throw an IOException if an I/O error occurs.
- createNewFile
- in file PhingFile.php, method PhingFile::createNewFile()
Atomically creates a new, empty file named by this abstract pathname if
- createTempFile
- in file PhingFile.php, method PhingFile::createTempFile()
Static method that creates a unique filename whose name begins with $prefix and ends with $suffix in the directory $directory. $directory is a reference to a PhingFile Object.
- ConsoleReader.php
- procedural page ConsoleReader.php
top
d
- delete
- in file PhingFile.php, method PhingFile::delete()
Deletes the file or directory denoted by this abstract pathname. If this pathname denotes a directory, then the directory must be empty in order to be deleted.
- delete
- in file FileSystem.php, method FileSystem::delete()
Delete the file or directory denoted by the given abstract pathname, returning true if and only if the operation succeeds.
- deleteOnExit
- in file PhingFile.php, method PhingFile::deleteOnExit()
Requests that the file or directory denoted by this abstract pathname be deleted when php terminates. Deletion will be attempted only for normal termination of php and if and if only Phing::shutdown() is called.
- deleteOnExit
- in file FileSystem.php, method FileSystem::deleteOnExit()
Arrange for the file or directory denoted by the given abstract pathname to be deleted when Phing::shutdown is called, returning true if and only if the operation succeeds.
top
e
- eof
- in file InputStreamReader.php, method InputStreamReader::eof()
Whether eof has been reached with stream.
- eof
- in file BufferedReader.php, method BufferedReader::eof()
Returns whether eof has been reached in stream.
- eof
- in file InputStream.php, method InputStream::eof()
Whether eof has been reached with stream.
- eof
- in file ConsoleReader.php, method ConsoleReader::eof()
Whether eof has been reached with stream.
- equals
- in file PhingFile.php, method PhingFile::equals()
Tests this abstract pathname for equality with the given object.
- exists
- in file PhingFile.php, method PhingFile::exists()
Tests whether the file denoted by this abstract pathname exists.
top
f
- $file
- in file FileOutputStream.php, variable FileOutputStream::$file
- $file
- in file FileInputStream.php, variable FileInputStream::$file
- FileInputStream
- in file FileInputStream.php, class FileInputStream
Input stream subclass for file streams.
- FileOutputStream
- in file FileOutputStream.php, class FileOutputStream
Output stream subclass for file streams.
- FileReader
- in file FileReader.php, class FileReader
Convenience class for reading files.
- FileSystem
- in file FileSystem.php, class FileSystem
This is an abstract class for platform specific filesystem implementations you have to implement each method in the platform specific filesystem implementation classes Your local filesytem implementation must extend this class.
- FileWriter
- in file FileWriter.php, class FileWriter
Convenience class for performing file write operations.
- FilterReader
- in file FilterReader.php, class FilterReader
Wrapper class for readers, which can be used to apply filters.
- flush
- in file OutputStreamWriter.php, method OutputStreamWriter::flush()
Flush output to the stream.
- flush
- in file OutputStream.php, method OutputStream::flush()
Flushes stream.
- flush
- in file Writer.php, method Writer::flush()
Flush the stream, if supported by the stream.
- flush
- in file BufferedWriter.php, method BufferedWriter::flush()
- fromURIPath
- in file UnixFileSystem.php, method UnixFileSystem::fromURIPath()
- fromURIPath
- in file FileSystem.php, method FileSystem::fromURIPath()
Post-process the given URI path string if necessary. This is used on win32, e.g., to transform "/c:/foo" into "c:/foo". The path string still has slash separators; code in the PhingFile class will translate them after this method returns.
- fromURIPath
- in file Win32FileSystem.php, method Win32FileSystem::fromURIPath()
- FileInputStream.php
- procedural page FileInputStream.php
- FileOutputStream.php
- procedural page FileOutputStream.php
- FileReader.php
- procedural page FileReader.php
- FileSystem.php
- procedural page FileSystem.php
- FileWriter.php
- procedural page FileWriter.php
- FilterReader.php
- procedural page FilterReader.php
top
g
- getAbsoluteFile
- in file PhingFile.php, method PhingFile::getAbsoluteFile()
Returns the absolute form of this abstract pathname. Equivalent to getAbsolutePath.
- getAbsolutePath
- in file PhingFile.php, method PhingFile::getAbsolutePath()
Returns the absolute pathname string of this abstract pathname.
- getBooleanAttributes
- in file FileSystem.php, method FileSystem::getBooleanAttributes()
Return the simple boolean attributes for the file or directory denoted by the given abstract pathname, or zero if it does not exist or some other I/O error occurs.
- getBooleanAttributes
- in file UnixFileSystem.php, method UnixFileSystem::getBooleanAttributes()
- getCanonicalFile
- in file PhingFile.php, method PhingFile::getCanonicalFile()
Returns the canonical form of this abstract pathname. Equivalent to getCanonicalPath(.
- getCanonicalPath
- in file PhingFile.php, method PhingFile::getCanonicalPath()
Returns the canonical pathname string of this abstract pathname.
- getDefaultParent
- in file FileSystem.php, method FileSystem::getDefaultParent()
Return the parent pathname string to be used when the parent-directory argument in one of the two-argument PhingFile constructors is the empty pathname.
- getDefaultParent
- in file Win32FileSystem.php, method Win32FileSystem::getDefaultParent()
- getDefaultParent
- in file UnixFileSystem.php, method UnixFileSystem::getDefaultParent()
- getFileSystem
- in file FileSystem.php, method FileSystem::getFileSystem()
Static method to return the FileSystem singelton representing this platform's local filesystem driver.
- getLastModifiedTime
- in file FileSystem.php, method FileSystem::getLastModifiedTime()
Return the time at which the file or directory denoted by the given abstract pathname was last modified, or zero if it does not exist or some other I/O error occurs.
- getLength
- in file FileSystem.php, method FileSystem::getLength()
Return the length in bytes of the file denoted by the given abstract pathname, or zero if it does not exist, is a directory, or some other I/O error occurs.
- getLinkTarget
- in file PhingFile.php, method PhingFile::getLinkTarget()
Returns the target of the symbolic link denoted by this abstract pathname
- getMode
- in file PhingFile.php, method PhingFile::getMode()
Retrieve the mode of this file.
- getName
- in file PhingFile.php, method PhingFile::getName()
Returns the name of the file or directory denoted by this abstract pathname. This is just the last name in the pathname's name sequence. If the pathname's name sequence is empty, then the empty string is returned.
- getParent
- in file PhingFile.php, method PhingFile::getParent()
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
- getParentFile
- in file PhingFile.php, method PhingFile::getParentFile()
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
- getPath
- in file PhingFile.php, method PhingFile::getPath()
Converts this abstract pathname into a pathname string. The resulting string uses the default name-separator character to separate the names in the name sequence.
- getPathSeparator
- in file FileSystem.php, method FileSystem::getPathSeparator()
Return the local filesystem's path-separator character.
- getPathSeparator
- in file Win32FileSystem.php, method Win32FileSystem::getPathSeparator()
- getPathSeparator
- in file UnixFileSystem.php, method UnixFileSystem::getPathSeparator()
returns OS dependant directory separator char
- getPrefixLength
- in file PhingFile.php, method PhingFile::getPrefixLength()
Returns the length of this abstract pathname's prefix.
- getResource
- in file ConsoleReader.php, method ConsoleReader::getResource()
Returns path to file we are reading.
- getResource
- in file FilterReader.php, method FilterReader::getResource()
- getResource
- in file BufferedWriter.php, method BufferedWriter::getResource()
- getResource
- in file InputStreamReader.php, method InputStreamReader::getResource()
Returns string representation of attached stream.
- getResource
- in file BufferedReader.php, method BufferedReader::getResource()
- getResource
- in file StringReader.php, method StringReader::getResource()
- getResource
- in file OutputStreamWriter.php, method OutputStreamWriter::getResource()
Gets a string representation of attached stream resource.
- getResource
- in file Writer.php, method Writer::getResource()
Returns a string representation of resource filename, url, etc. that is being written to.
- getResource
- in file Reader.php, method Reader::getResource()
Returns the filename, url, etc. that is being read from.
- getSeparator
- in file Win32FileSystem.php, method Win32FileSystem::getSeparator()
- getSeparator
- in file UnixFileSystem.php, method UnixFileSystem::getSeparator()
returns OS dependant path separator char
- getSeparator
- in file FileSystem.php, method FileSystem::getSeparator()
Return the local filesystem's name-separator character.
- getTempDir
- in file PhingFile.php, method PhingFile::getTempDir()
Returns the path to the temp directory.
- getUser
- in file PhingFile.php, method PhingFile::getUser()
Retrieve the owner of this file.
top
i
- $in
- in file FilterReader.php, variable FilterReader::$in
- $inStream
- in file InputStreamReader.php, variable InputStreamReader::$inStream
- InputStream
- in file InputStream.php, class InputStream
Wrapper class for PHP stream that supports read operations.
- InputStreamReader
- in file InputStreamReader.php, class InputStreamReader
Writer class for OutputStream objects.
- IOException
- in file IOException.php, class IOException
Extends Exception to take advantage of methods therein.
- isAbsolute
- in file UnixFileSystem.php, method UnixFileSystem::isAbsolute()
- isAbsolute
- in file PhingFile.php, method PhingFile::isAbsolute()
Tests whether this abstract pathname is absolute. The definition of
- isAbsolute
- in file FileSystem.php, method FileSystem::isAbsolute()
Tell whether or not the given abstract pathname is absolute.
- isAbsolute
- in file Win32FileSystem.php, method Win32FileSystem::isAbsolute()
- isDirectory
- in file PhingFile.php, method PhingFile::isDirectory()
Tests whether the file denoted by this abstract pathname is a directory.
- isFile
- in file PhingFile.php, method PhingFile::isFile()
Tests whether the file denoted by this abstract pathname is a normal file. A file is normal if it is not a directory and, in addition, satisfies other system-dependent criteria. Any non-directory file created by a Java application is guaranteed to be a normal file.
- isHidden
- in file PhingFile.php, method PhingFile::isHidden()
Tests whether the file named by this abstract pathname is a hidden
- isLetter
- in file Win32FileSystem.php, method Win32FileSystem::isLetter()
- isLink
- in file PhingFile.php, method PhingFile::isLink()
Tests whether the file denoted by this abstract pathname is a symbolic link.
- isSlash
- in file Win32FileSystem.php, method Win32FileSystem::isSlash()
- InputStream.php
- procedural page InputStream.php
- InputStreamReader.php
- procedural page InputStreamReader.php
- IOException.php
- procedural page IOException.php
top
l
- lastModified
- in file PhingFile.php, method PhingFile::lastModified()
Returns the time that the file denoted by this abstract pathname was last modified.
- length
- in file PhingFile.php, method PhingFile::length()
Returns the length of the file denoted by this abstract pathname.
- listDir
- in file FileSystem.php, method FileSystem::listDir()
List the elements of the directory denoted by the given abstract pathname. Return an array of strings naming the elements of the directory if successful; otherwise, return null
.
- listDir
- in file PhingFile.php, method PhingFile::listDir()
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
- lister
- in file UnixFileSystem.php, method UnixFileSystem::lister()
returns the contents of a directory in an array
- lister
- in file Win32FileSystem.php, method Win32FileSystem::lister()
returns the contents of a directory in an array
- listFiles
- in file PhingFile.php, method PhingFile::listFiles()
- listRoots
- in file Win32FileSystem.php, method Win32FileSystem::listRoots()
- listRoots
- in file UnixFileSystem.php, method UnixFileSystem::listRoots()
- listRoots
- in file PhingFile.php, method PhingFile::listRoots()
List the available filesystem roots.
- listRoots
- in file FileSystem.php, method FileSystem::listRoots()
List the available filesystem roots, return array of PhingFile objects
- lock
- in file FileSystem.php, method FileSystem::lock()
Locks a file and throws an Exception if this is not possible.
top
m
- $mark
- in file InputStream.php, variable InputStream::$mark
- mark
- in file StringReader.php, method StringReader::mark()
- mark
- in file InputStreamReader.php, method InputStreamReader::mark()
Marks the current position in this input stream.
- mark
- in file InputStream.php, method InputStream::mark()
Marks the current position in this input stream.
- mark
- in file Reader.php, method Reader::mark()
If supported, places a "marker" (like a bookmark) at current stream position.
- markSupported
- in file Reader.php, method Reader::markSupported()
Whether marking is supported.
- markSupported
- in file StringReader.php, method StringReader::markSupported()
- markSupported
- in file InputStreamReader.php, method InputStreamReader::markSupported()
Whether the attached stream supports mark/reset.
- markSupported
- in file InputStream.php, method InputStream::markSupported()
Whether the input stream supports mark and reset methods.
- markSupported
- in file FileInputStream.php, method FileInputStream::markSupported()
Mark is supported by FileInputStream.
- mkdir
- in file PhingFile.php, method PhingFile::mkdir()
Creates the directory named by this abstract pathname.
- mkdirs
- in file PhingFile.php, method PhingFile::mkdirs()
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories. Note that if this operation fails it may have succeeded in creating some of the necessary parent directories.
top
n
- newLine
- in file BufferedWriter.php, method BufferedWriter::newLine()
- normalize
- in file Win32FileSystem.php, method Win32FileSystem::normalize()
Check that the given pathname is normal. If not, invoke the real normalizer on the part of the pathname that requires normalization.
- normalize
- in file UnixFileSystem.php, method UnixFileSystem::normalize()
A normal Unix pathname contains no duplicate slashes and does not end with a slash. It may be the empty string.
- normalize
- in file FileSystem.php, method FileSystem::normalize()
Convert the given pathname string to normal form. If the string is already in normal form then it is simply returned.
- normalizePrefix
- in file Win32FileSystem.php, method Win32FileSystem::normalizePrefix()
A normal Win32 pathname contains no duplicate slashes, except possibly
- normalizer
- in file Win32FileSystem.php, method Win32FileSystem::normalizer()
Normalize the given pathname, whose length is len, starting at the given
- normalizer
- in file UnixFileSystem.php, method UnixFileSystem::normalizer()
Normalize the given pathname, whose length is $len, starting at the given $offset; everything before this offset is already normal.
top
top
p
- $pathSeparator
- in file PhingFile.php, variable PhingFile::$pathSeparator
path separator string, static, obtained from FileSystem (; or :)
- PhingFile
- in file PhingFile.php, class PhingFile
An abstract representation of file and directory pathnames.
- prefixLength
- in file UnixFileSystem.php, method UnixFileSystem::prefixLength()
Compute the length of the pathname string's prefix. The pathname string must be in normal form.
- prefixLength
- in file FileSystem.php, method FileSystem::prefixLength()
Compute the length of this pathname string's prefix. The pathname string must be in normal form.
- prefixLength
- in file Win32FileSystem.php, method Win32FileSystem::prefixLength()
- PhingFile.php
- procedural page PhingFile.php
top
r
- read
- in file BufferedReader.php, method BufferedReader::read()
Reads and returns a chunk of data.
- read
- in file InputStream.php, method InputStream::read()
Read data from stream until $len chars or EOF.
- read
- in file InputStreamReader.php, method InputStreamReader::read()
Read data from file.
- read
- in file Reader.php, method Reader::read()
Read data from source.
- read
- in file FilterReader.php, method FilterReader::read()
Read data from source.
- read
- in file StringReader.php, method StringReader::read()
- read
- in file ConsoleReader.php, method ConsoleReader::read()
- readChar
- in file BufferedReader.php, method BufferedReader::readChar()
Reads a single char from the reader.
- Reader
- in file Reader.php, class Reader
Abstract class for reading character streams.
- readInto
- in file InputStreamReader.php, method InputStreamReader::readInto()
Reads a entire file and stores the data in the variable passed by reference.
- readInto
- in file InputStream.php, method InputStream::readInto()
Reads a entire until EOF and places contents in passed-in variable. Stream is closed after read.
- readLine
- in file BufferedReader.php, method BufferedReader::readLine()
Read a line from input stream.
- readLine
- in file ConsoleReader.php, method ConsoleReader::readLine()
- ready
- in file StringReader.php, method StringReader::ready()
- ready
- in file Reader.php, method Reader::ready()
Is stream ready for reading.
- removeTempFile
- in file PhingFile.php, method PhingFile::removeTempFile()
If necessary, $File the lock on $File is removed and then the file is deleted
- rename
- in file FileSystem.php, method FileSystem::rename()
Rename the file or directory denoted by the first abstract pathname to the second abstract pathname, returning true if and only if the operation succeeds.
- renameTo
- in file PhingFile.php, method PhingFile::renameTo()
Renames the file denoted by this abstract pathname.
- reset
- in file Reader.php, method Reader::reset()
Reset the current position in stream to beginning or last mark (if supported).
- reset
- in file StringReader.php, method StringReader::reset()
- reset
- in file FilterReader.php, method FilterReader::reset()
- reset
- in file BufferedReader.php, method BufferedReader::reset()
- reset
- in file InputStream.php, method InputStream::reset()
Repositions this stream to the position at the time the mark method was last called on this input stream.
- reset
- in file InputStreamReader.php, method InputStreamReader::reset()
Repositions this stream to the position at the time the mark method was last called on this input stream.
- resolve
- in file UnixFileSystem.php, method UnixFileSystem::resolve()
Resolve the child pathname string against the parent.
- resolve
- in file Win32FileSystem.php, method Win32FileSystem::resolve()
- resolve
- in file FileSystem.php, method FileSystem::resolve()
Resolve the child pathname string against the parent.
- resolveFile
- in file Win32FileSystem.php, method Win32FileSystem::resolveFile()
- resolveFile
- in file UnixFileSystem.php, method UnixFileSystem::resolveFile()
the file resolver
- resolveFile
- in file FileSystem.php, method FileSystem::resolveFile()
Resolve the given abstract pathname into absolute form. Invoked by the getAbsolutePath and getCanonicalPath methods in the PhingFile class.
- rmdir
- in file FileSystem.php, method FileSystem::rmdir()
Delete an empty directory OR a directory and all of its contents.
- Reader.php
- procedural page Reader.php
top
s
- $semicolon
- in file Win32FileSystem.php, variable Win32FileSystem::$semicolon
- $separator
- in file PhingFile.php, variable PhingFile::$separator
separator string, static, obtained from FileSystem
- $slash
- in file Win32FileSystem.php, variable Win32FileSystem::$slash
- $stream
- in file OutputStream.php, variable OutputStream::$stream
- $stream
- in file InputStream.php, variable InputStream::$stream
- setLastModified
- in file PhingFile.php, method PhingFile::setLastModified()
Sets the last-modified time of the file or directory named by this abstract pathname.
- setLastModifiedTime
- in file FileSystem.php, method FileSystem::setLastModifiedTime()
Set the last-modified time of the file or directory denoted by the given abstract pathname returning true if and only if the operation succeeds.
- setMode
- in file PhingFile.php, method PhingFile::setMode()
Sets the mode of the file
- setReader
- in file FilterReader.php, method FilterReader::setReader()
- setReadOnly
- in file Win32FileSystem.php, method Win32FileSystem::setReadOnly()
- setReadOnly
- in file UnixFileSystem.php, method UnixFileSystem::setReadOnly()
set file readonly on unix
- setReadOnly
- in file FileSystem.php, method FileSystem::setReadOnly()
Mark the file or directory denoted by the given abstract pathname as read-only, returning true
if and only if the operation succeeds.
- setReadOnly
- in file PhingFile.php, method PhingFile::setReadOnly()
Marks the file or directory named by this abstract pathname so that
- setUser
- in file PhingFile.php, method PhingFile::setUser()
Sets the owner of the file.
- skip
- in file BufferedReader.php, method BufferedReader::skip()
- skip
- in file InputStreamReader.php, method InputStreamReader::skip()
Skip over $n bytes.
- skip
- in file InputStream.php, method InputStream::skip()
Skip over $n bytes.
- skip
- in file FilterReader.php, method FilterReader::skip()
- skip
- in file StringReader.php, method StringReader::skip()
- skip
- in file Reader.php, method Reader::skip()
Move stream position relative to current pos.
- slashify
- in file Win32FileSystem.php, method Win32FileSystem::slashify()
- StringReader
- in file StringReader.php, class StringReader
Dummy class for reading from string of characters.
- symlink
- in file FileSystem.php, method FileSystem::symlink()
Symbolically link a file to another name.
- StringReader.php
- procedural page StringReader.php
top
t
- toString
- in file PhingFile.php, method PhingFile::toString()
Backwards compatibility -- use PHP5's native __tostring method.
- touch
- in file FileSystem.php, method FileSystem::touch()
Set the modification and access time on a file to the present time.
- toURI
- in file PhingFile.php, method PhingFile::toURI()
Constructs a file: URI that represents this abstract pathname.
- toURL
- in file PhingFile.php, method PhingFile::toURL()
Converts this abstract pathname into a file: URL. The exact form of the URL is system-dependent. If it can be determined that the file denoted by this abstract pathname is a directory, then the resulting URL will end with a slash.
top
u
- UnixFileSystem.php
- procedural page UnixFileSystem.php
- umask
- in file FileSystem.php, method FileSystem::umask()
Set the umask for file and directory creation.
- UnixFileSystem
- in file UnixFileSystem.php, class UnixFileSystem
UnixFileSystem class. This class encapsulates the basic file system functions for platforms using the unix (posix)-stylish filesystem. It wraps php native functions suppressing normal PHP error reporting and instead uses Exception to report and error.
- unlink
- in file FileSystem.php, method FileSystem::unlink()
Delete a file.
- unlock
- in file FileSystem.php, method FileSystem::unlock()
Unlocks a file and throws an IO Error if this is not possible.
top
top
|
|