Output
Less than 1 minute
Output
Properties
key
private string $keyMethods
start
Starts output buffering and retrieves cached content if available.
public start(string $key): stringThis method attempts to retrieve cached content associated with the given key. If the content is not found in the cache, it starts output buffering and returns false. If the content is found, it returns the cached content.
Parameters
| Parameter | Type | Description |
|---|---|---|
$key | string | the key used to identify the cached content |
stop
Stops the output buffering, retrieves the buffer contents, stores it in the cache,
public stop(): stringand returns the buffer contents as a string.
Generated by Hazaar API Doc Generator on Mon, 27 Oct 2025 13:01:29 +0000