Element index for package filesystem
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
_
- __computeUnsignedChecksum
- in file TAR.class.php, method TAR::__computeUnsignedChecksum()
Computes the unsigned Checksum of a file's header to try to ensure valid file.
- __generateTAR
- in file TAR.class.php, method TAR::__generateTAR()
Generates a TAR file from the processed data.
- __parseNullPaddedString
- in file TAR.class.php, method TAR::__parseNullPaddedString()
Converts a NULL padded string to a non-NULL padded string.
- __parseTar
- in file TAR.class.php, method TAR::__parseTar()
This function parses the current TAR file.
- __readTar
- in file TAR.class.php, method TAR::__readTar()
Read a non gzipped tar file in for processing.
top
a
- addCol
- in file CSVFiles.class.php, method CSVFiles::addCol()
Stores the number of columns of this csv-file object.
- addDirectory
- in file TAR.class.php, method TAR::addDirectory()
Check if this tar archive contains a specific directory.
- addFile
- in file TAR.class.php, method TAR::addFile()
Add a file to the tar archive.
- addFTPData
- in file TAR.class.php, method TAR::addFTPData()
Adds ftp data to this object. This can be useful for writing dumps if the sever has SAFE MODE restrictions.
- addInclude
- in file PHPFile.class.php, method PHPFile::addInclude()
Adds a sourcepath to the array "includes" of this object.
- addItem
- in file PHPFile.class.php, method PHPFile::addItem()
Adds items to the object that is referenced in the object's variable "htmldoc".
- appendTar
- in file TAR.class.php, method TAR::appendTar()
Appends a tar file to the end of the currently opened tar file.
top
c
- $cols
- in file CSVFiles.class.php, variable CSVFiles::$cols
- $content
- in file Files.class.php, variable Files::$content
- $content_arr
- in file CSVFiles.class.php, variable CSVFiles::$content_arr
- containsDirectory
- in file TAR.class.php, method TAR::containsDirectory()
Check if this tar archive contains a specific directory.
- containsFile
- in file TAR.class.php, method TAR::containsFile()
Check if this tar archive contains a specific file.
- copyDir
- in file FilesystemToolkit.class.php, method FilesystemToolkit::copyDir()
Copies a directory recursively.
- createHandle
- in file ImageFiles.class.php, method ImageFiles::createHandle()
Creates a handle to this image to be able to manipulate the image data. The handle will be stored in $this->handle.
- CSVFiles
- in file CSVFiles.class.php, method CSVFiles::CSVFiles()
Constructor
- CSVFiles
- in file CSVFiles.class.php, class CSVFiles
A class to manage files with comma separated values.
- CSVFiles.class.php
- procedural page CSVFiles.class.php
top
top
e
- $edit_handle
- in file ImageFiles.class.php, variable ImageFiles::$edit_handle
- $enclosing_char
- in file CSVFiles.class.php, variable CSVFiles::$enclosing_char
- $escape_char
- in file CSVFiles.class.php, variable CSVFiles::$escape_char
- echoNameQueque
- in file Folder.class.php, method Folder::echoNameQueque()
Prints out a dirty formatted list of all folder and files that this folder contains. All contents of containing folder will be printed too because of recursive invocation.
- echoTree
- in file FilesystemTree.class.php, method FilesystemTree::echoTree()
Sends a dirty formatted list of this filesystem to the browser.
- equals
- in file Files.class.php, method Files::equals()
Compares the given Files object with this one. If both equal each other it will be returned true, otherwise false. The two file objects will be accounted as equal, if the the filenames and pathes match each other.
top
f
- $filename
- in file TAR.class.php, variable TAR::$filename
- $filename
- in file Files.class.php, variable Files::$filename
- $files
- in file FilesystemTree.class.php, variable FilesystemTree::$files
- $files
- in file Folder.class.php, variable Folder::$files
- $files
- in file TAR.class.php, variable TAR::$files
- $filesize
- in file Files.class.php, variable Files::$filesize
- $folder
- in file Folder.class.php, variable Folder::$folder
- $folder
- in file FilesystemTree.class.php, variable FilesystemTree::$folder
- $ftp
- in file TAR.class.php, variable TAR::$ftp
This reference of a FTP object is for the use of the filesystem on the server via FTP, cause of SAFE MODE restriction.
- FILE
- in file FilesystemToolkit.class.php, constant FILE
Constant FILES is defined to declare the type files in a filesystem.
- FILEORFOLDER
- in file FilesystemToolkit.class.php, constant FILEORFOLDER
Constant FILESANDFOLDER describes that files and folder kan match this value.
- Files
- in file Files.class.php, class Files
A class to manage files in a filesystemtree.
- Files
- in file Files.class.php, method Files::Files()
Constructor
- Files.class.php
- procedural page Files.class.php
- FilesystemToolkit.class.php
- procedural page FilesystemToolkit.class.php
- FilesystemTree.class.php
- procedural page FilesystemTree.class.php
- Folder.class.php
- procedural page Folder.class.php
- FilesystemToolkit
- in file FilesystemToolkit.class.php, class FilesystemToolkit
Static Methods
- FilesystemTree
- in file FilesystemTree.class.php, class FilesystemTree
A class to managing a filesystemtree.
- FilesystemTree
- in file FilesystemTree.class.php, method FilesystemTree::FilesystemTree()
Constructor
- findFile
- in file FilesystemTree.class.php, method FilesystemTree::findFile()
Search an Files object in the tree that is equal to the given one. The two File objects will be accounted as equal, if the the filenames and pathes match each other.
- FOLDER
- in file FilesystemToolkit.class.php, constant FOLDER
Constant FOLDER is defined to declare the type folder in a filesystem.
- Folder
- in file Folder.class.php, method Folder::Folder()
Constructor
- Folder
- in file Folder.class.php, class Folder
A class to manage folder in a filesystemtree.
top
g
- get
- in file PHPFile.class.php, method PHPFile::get()
Returns the source of the generated php-file.
- get
- in file Files.class.php, method Files::get()
Returns the content of this file object. This function is an alias for the function getContent().
- getCleanPath
- in file FilesystemToolkit.class.php, method FilesystemToolkit::getCleanPath()
Removes the last slash in a path if it is on the last position.
- getCols
- in file CSVFiles.class.php, method CSVFiles::getCols()
Returns the number of columns of this csvfile object.
- getContent
- in file CSVFiles.class.php, method CSVFiles::getContent()
Returns the content of this file object.
- getContent
- in file ImageFiles.class.php, method ImageFiles::getContent()
Returns the content of this image file object.
- getContent
- in file Files.class.php, method Files::getContent()
Returns the content of this file object.
- getDirectory
- in file TAR.class.php, method TAR::getDirectory()
Retrieves information about a directory in the current tar archive.
- getExtension
- in file Files.class.php, method Files::getExtension()
Returns the file extension of the given filename.
- getFile
- in file TAR.class.php, method TAR::getFile()
Retrieves information about a file in the current tar archive.
- getFilenames
- in file FilesystemTree.class.php, method FilesystemTree::getFilenames()
Returns the names of files that this->path contains by an array.
- getFilenames
- in file Folder.class.php, method Folder::getFilenames()
Returns the names of files that this folder contains by an array.
- getFilesArray
- in file FilesystemTree.class.php, method FilesystemTree::getFilesArray()
Returns the file objects of this filesystem tree object in pre-order.
- getFilesArray
- in file Folder.class.php, method Folder::getFilesArray()
Returns the file objects of this folder object in pre-order.
- getFilesize
- in file Files.class.php, method Files::getFilesize()
Sets the content of this file object.
- getFileSuffix
- in file FilesystemToolkit.class.php, method FilesystemToolkit::getFileSuffix()
Returns the suffix of a file. To be returned, the suffix has to have three or four digits and contains only letters (ASCII) and numbers.
- getFoldernames
- in file Folder.class.php, method Folder::getFoldernames()
Returns the names of folder that this folder contains by an array.
- getFoldernames
- in file FilesystemTree.class.php, method FilesystemTree::getFoldernames()
Returns the names of folder that this->path contains by an array.
- getHeight
- in file ImageFiles.class.php, method ImageFiles::getHeight()
Returns the height of the image.
- getName
- in file Files.class.php, method Files::getName()
Returns the filename of this file object.
- getName
- in file FilesystemTree.class.php, method FilesystemTree::getName()
Returns the foldername of this filsystem tree object.
- getName
- in file Folder.class.php, method Folder::getName()
Returns the foldername of this folder object.
- getPath
- in file Files.class.php, method Files::getPath()
Returns the path to the file of this file object.
- getPath
- in file Folder.class.php, method Folder::getPath()
Returns the path to the folder of this folder object including it selfs name.
- getPath
- in file FilesystemTree.class.php, method FilesystemTree::getPath()
Returns the path to the folder of this filesystem object.
- getPurePathFromTo
- in file FilesystemToolkit.class.php, method FilesystemToolkit::getPurePathFromTo()
Extracs the direct path from one to another folder.
- getVectorFromTree
- in file FilesystemTree.class.php, method FilesystemTree::getVectorFromTree()
Builds and returns a Vector from the filesystem trees. That means that all files will be in a list, so for example you can operate with next()- and prev()-function to navigate in that list.
- getWidth
- in file ImageFiles.class.php, method ImageFiles::getWidth()
Returns the width of the image.
top
top
top
top
top
top
top
o
- openTAR
- in file TAR.class.php, method TAR::openTAR()
Computes the unsigned Checksum of a file's header to try to ensure valid file.
top
p
- $parentfolder
- in file Files.class.php, variable Files::$parentfolder
- $parentfolder
- in file Folder.class.php, variable Folder::$parentfolder
- $path
- in file Folder.class.php, variable Folder::$path
- $path
- in file FilesystemTree.class.php, variable FilesystemTree::$path
- $path
- in file Files.class.php, variable Files::$path
- $pathtoclasses
- in file PHPFile.class.php, variable PHPFile::$pathtoclasses
- PHPFile.class.php
- procedural page PHPFile.class.php
- PHPFile
- in file PHPFile.class.php, class PHPFile
A class to create php-files who using this class-library.
- PHPFile
- in file PHPFile.class.php, method PHPFile::PHPFile()
Constructor
- proportionalHeightScale
- in file ImageFiles.class.php, method ImageFiles::proportionalHeightScale()
Scales the image to the given height and keeps the aspect ratio. Trys to preserve transparency info for GIFs & PNGs.
- proportionalWidthScale
- in file ImageFiles.class.php, method ImageFiles::proportionalWidthScale()
Scales the image to the given width and keeps the aspect ratio. Trys to preserve transparency info for GIFs & PNGs.
top
r
- removeDir
- in file FilesystemToolkit.class.php, method FilesystemToolkit::removeDir()
Deletes a directory recursively. This method is an alias for the method deleteDir()
- removeDirectory
- in file TAR.class.php, method TAR::removeDirectory()
Remove a directory from the tar archive.
- removeFile
- in file TAR.class.php, method TAR::removeFile()
Remove a file from the tar archive.
- rewriteDir
- in file FilesystemToolkit.class.php, method FilesystemToolkit::rewriteDir()
Rewrites a directory recursively to handle it like it is written by the server user.
top
s
- $separator_char
- in file CSVFiles.class.php, variable CSVFiles::$separator_char
- save
- in file Files.class.php, method Files::save()
Saves the file of this object.
- saveAs
- in file Files.class.php, method Files::saveAs()
Saves the file of this object with given name.
- saveTar
- in file TAR.class.php, method TAR::saveTar()
Write the currently loaded tar archive to disk or to a ftp ressource if the attribute ftp is a FTPHost-Object.
- saveTmp
- in file Files.class.php, method Files::saveTmp()
Saves the file of this object in a temporary file.
- separatePathAndFile
- in file FilesystemToolkit.class.php, method FilesystemToolkit::separatePathAndFile()
Separates the path and the filename of each other and returns the splited values in an array. The first entry [0] of the array will be the path and the second entry [1] will be the filename.
- setCols
- in file CSVFiles.class.php, method CSVFiles::setCols()
Stores the number of columns of this csv-file object.
- setContent
- in file Files.class.php, method Files::setContent()
Sets the content of this file object.
- setDocument
- in file PHPFile.class.php, method PHPFile::setDocument()
Sets htmldoc, the variable of this object, that should contain the object's reference of the html-document whose sourcecode will be written if this object will be printed.
- setFilesize
- in file Files.class.php, method Files::setFilesize()
Sets the content of this file object.
- setJPEGCompression
- in file ImageFiles.class.php, method ImageFiles::setJPEGCompression()
Sets the comression quality for jpg between 0 (zero) and 100 (one hundred).
- setJPGCompression
- in file ImageFiles.class.php, method ImageFiles::setJPGCompression()
Sets the comression quality for jpg between 0 (zero) and 100 (one hundred).
- setParentFolder
- in file Folder.class.php, method Folder::setParentFolder()
Sets the parent folder of this folder object that there is a back reference up to the root of the filesystem tree,
- setParentFolder
- in file Files.class.php, method Files::setParentFolder()
Sets the parent folder of this file object that there is a back reference up to the root of the filesystem tree,
- setPathToClasses
- in file PHPFile.class.php, method PHPFile::setPathToClasses()
Sets pathtoclasses, the variable of this object, that should contain the path to the class library relatively from the location of this file.
- setTree
- in file FilesystemTree.class.php, method FilesystemTree::setTree()
Builds a tree of the filesystem beginning at $dir.
- size_readable
- in file FilesystemToolkit.class.php, method FilesystemToolkit::size_readable()
Return human readable sizes.
top
t
- $tar_file
- in file TAR.class.php, variable TAR::$tar_file
The data content of the archive will be stored in ths variable.
- $tmp_fh
- in file Files.class.php, variable Files::$tmp_fh
Is set if the function saveTmp() has been invoke.
- TAR.class.php
- procedural page TAR.class.php
- TAR
- in file TAR.class.php, method TAR::TAR()
Class Constructor -- Does nothing...
- TAR
- in file TAR.class.php, class TAR
This class reads and writes Tape-Archive (TAR) Files and Gzip compressed TAR files, which are mainly used on UNIX systems.
- toTar
- in file TAR.class.php, method TAR::toTar()
Saves tar archive to a different file than the current file.
top
top
top
|
|