lithium\g11n\multibyte\adapter\Mbstring::enabled()

public static method

Determines if this adapter is enabled by checking if the mbstring extension is loaded.

Returns

boolean

Returns true if enabled, otherwise false.

Source

	public static function enabled() {
		return extension_loaded('mbstring');
	}