You are here

public function PharStreamWrapper::stream_close in Drupal 7

File

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

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function stream_close() {
  $this
    ->invokeInternalStreamWrapper('fclose', $this->internalResource);
}