DrewM\Morse\Feature\Text::testCtype PHP Méthode

testCtype() public méthode

public testCtype ( )
    public function testCtype()
    {
        return self::functionAvailable('ctype_alnum') && self::functionAvailable('ctype_lower');
    }