function Manager::destroy

Return value

bool

File

misc/typo3/phar-stream-wrapper/src/Manager.php, line 78

Class

Manager

Namespace

TYPO3\PharStreamWrapper

Code

public static function destroy() {
    if (self::$instance === null) {
        return false;
    }
    self::$instance = null;
    return true;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.