Memory
FinalYes
Methods
- __construct() : mixed
- __destruct() : mixed
- close() : void
- for() : MemoryStream
- has() : bool
- lastModifiedAt() : DateTimeImmutable|null
- paths() : array<string|int, Path>
- size() : int|null
Methods
__construct()
public
__construct([php_user_filter|null $filter = null ]) : mixed
Parameters
- $filter : php_user_filter|null = null
__destruct()
public
__destruct() : mixed
close()
public
close(Path $path) : void
Parameters
- $path : Path
for()
public
for(Path $path) : MemoryStream
Parameters
- $path : Path
Return values
MemoryStreamhas()
public
has(Path $path) : bool
Parameters
- $path : Path
Return values
boollastModifiedAt()
public
lastModifiedAt(Path $path) : DateTimeImmutable|null
Parameters
- $path : Path
Return values
DateTimeImmutable|nullpaths()
public
paths() : array<string|int, Path>
Return values
array<string|int, Path>size()
public
size(Path $path) : int|null
Parameters
- $path : Path