File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
read
— Read a file from the server, applies the appropriate file locks when reading from the file
Name | Description |
---|---|
$dirFilePath | n/a |
[$intBytesStart = 0] | n/a |
[$intBytesEnd = null] | n/a |
[$blCheckDelayedFiles = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirFilePath = '/home/user/public_html/twist';
$intBytesStart = 0;
$intBytesEnd = null;
$blCheckDelayedFiles = true;
//Call the function read with the example vars
Twist::File() -> read($dirFilePath, $intBytesStart, $intBytesEnd, $blCheckDelayedFiles);