public static function CaBundle::reset in Smart IP 7.2
Same name and namespace in other branches
- 6.2 includes/vendor/composer/ca-bundle/src/CaBundle.php \Composer\CaBundle\CaBundle::reset()
Resets the static caches
File
- includes/
vendor/ composer/ ca-bundle/ src/ CaBundle.php, line 285
Class
- CaBundle
- @author Chris Smith <chris@cs278.org> @author Jordi Boggiano <j.boggiano@seld.be>
Namespace
Composer\CaBundleCode
public static function reset() {
self::$caFileValidity = array();
self::$caPath = null;
self::$useOpensslParse = null;
}