Storage implements Storable
Table of Contents
Interfaces
Methods
- __construct() : mixed
- __destruct() : mixed
- copy() : Result
- copyChunk() : Result
- flushDescriptor() : mixed
Methods
__construct()
public
__construct() : mixed
__destruct()
public
__destruct() : mixed
copy()
public
copy(array<string|int, mixed> $path, array<string|int, mixed> $file) : Result
Parameters
- $path : array<string|int, mixed>
- $file : array<string|int, mixed>
Return values
ResultcopyChunk()
public
copyChunk(string $path, array<string|int, mixed> $chunk) : Result
Parameters
- $path : string
- $chunk : array<string|int, mixed>
Return values
ResultflushDescriptor()
public
flushDescriptor() : mixed