You are here

public function PharStreamWrapper::stream_cast in Drupal 7

Parameters

int $cast_as:

File

misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php, line 151

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function stream_cast($cast_as) {
  throw new Exception('Method stream_select() cannot be used', 1530103999);
}