Pchp.Library.Miscellaneous.extension_loaded C# (CSharp) Method

extension_loaded() public static method

Find out whether an extension is loaded.
public static extension_loaded ( string name ) : bool
name string The extension name.
return bool
        public static bool extension_loaded(string name) => Context.IsExtensionLoaded(name);