Get lines from the end of a file based on chunk size (deprecated)
Usage
// basic usage
$array = $fileLog->get();
// usage with all arguments
$array = $fileLog->get(int $chunkSize = 0, int $chunkNum = 1);
Arguments
Name | Type(s) | Description |
---|---|---|
chunkSize (optional) | int | |
chunkNum (optional) | int |
Return value
array
FileLog methods and properties
API reference based on ProcessWire core version 3.0.236