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

public static method

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

Returns

boolean

Returns true if enabled, otherwise false.

Source

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