enabled() public static method

Determines if this adapter is enabled by checking if the mbstring extension is loaded.
public static enabled ( ) : boolean
return boolean Returns `true` if enabled, otherwise `false`.
 public function skip()
 {
     $this->skipIf(!Mbstring::enabled(), 'The `Mbstring` adapter is not enabled.');
 }