private function PharStreamWrapper::restoreInternalSteamWrapper in Drupal 7
1 call to PharStreamWrapper::restoreInternalSteamWrapper()
- PharStreamWrapper::invokeInternalStreamWrapper in misc/
typo3/ phar-stream-wrapper/ src/ PharStreamWrapper.php - Invokes commands on the native PHP Phar stream wrapper.
File
- misc/
typo3/ phar-stream-wrapper/ src/ PharStreamWrapper.php, line 501
Class
Namespace
TYPO3\PharStreamWrapperCode
private function restoreInternalSteamWrapper() {
stream_wrapper_restore('phar');
}