SessionStreamWrapper::$streamPointer

The pointer to the next read or write within the session variable.

Type: int

File

modules/stream_wrapper_example/src/StreamWrapper/SessionStreamWrapper.php, line 126

Class

SessionStreamWrapper
Example stream wrapper class to handle session:// streams.

Namespace

Drupal\stream_wrapper_example\StreamWrapper

Code

protected $streamPointer;