enabled() публичный статический Метод

Determines if this adapter is enabled by checking if the iconv extension is loaded.
public static enabled ( ) : boolean
Результат boolean Returns `true` if enabled, otherwise `false`.
Пример #1
0
 public function skip()
 {
     $this->skipIf(!Iconv::enabled(), 'The `Iconv` adapter is not enabled.');
 }