YANA 4 PHP Framework
Docs For Class InputStream
«abstract» InputStream
This is an abstract super-class for all filesystem wrappers.
Located in /includes/class_inputstream.php
Object | --InputStream
Class | Description |
---|---|
DirStream | Manipulate a directory |
Executeable | handle php files |
SecureInputStream | checked reading of file sources |
Name | Type | Description |
---|---|---|
$filename | string |
Create a new instance of this class.
Name | Type | Description |
---|---|---|
$anotherObject | object |
Returns bool(true) if this object and $anotherObject are equal and bool(false) otherwise.
Two instances are considered equal if and only if they are both objects of the same class and they both refer to the same filesystem resource.
Redefinition of: Object::equals()
Returns the file MTIME value (from cached value). The result is an UNIX timestamp (UTC), or bool(false) if an error occurs.
Returns a string with the path and name of the currently open resource (directory or file).
}
Inherited From Object
Documentation generated on Sun, 11 Mar 2007 15:02:36 +0100 by phpDocumentor 1.3.1