Methods summary
public static
MOC\Core\Depending
|
|
public static
object
|
|
public static
MOC\Core\Changelog
|
|
public
boolean
|
#
Copy( string $Location )
File-Copy
Parameters
- $Location
string $Location
Returns
boolean
|
public
boolean
|
#
Save( integer|string $Mode = self::MODE_WRITE_BINARY )
File-Save
Parameters
- $Mode
integer|string $Mode
Returns
boolean
|
public
boolean
|
#
SaveAs( string $Location, string $Mode = self::MODE_WRITE_BINARY )
File-Save-As
Parameters
- $Location
string $Location
- $Mode
string $Mode
Returns
boolean
|
public
boolean
|
#
Move( string $Location )
File-Move
Parameters
- $Location
string $Location
Returns
boolean
|
public
boolean
|
#
Remove( )
File-Remove
Returns
boolean
|
public
boolean
|
#
Touch( )
File-Touch
Returns
boolean
|
private
boolean
|
#
lockWrite( null|string $Location = null, null|string $Content = null, string $Mode = null )
Parameters
- $Location
null|string $Location
- $Content
null|string $Content
- $Mode
string $Mode
Returns
boolean
Throws
|
private
boolean
|
#
lockRename( string $Location, integer $Timeout = 15 )
Parameters
- $Location
string $Location
- $Timeout
integer $Timeout
Returns
boolean
|
private
boolean
|
#
lockRemove( integer $Timeout = 15 )
Parameters
Returns
boolean
|
private
string
|
#
Cache( )
File-Write-Cache
Returns
string
Throws
|
private
string
|
#
WriteMode( integer|string $Mode )
File-Write-Mode
Parameters
- $Mode
integer|string $Mode
Returns
string
|