La clase Spoofchecker

(PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0)

Introducción

Sinopsis de la Clase

class Spoofchecker {
/* Constantes */
const integer ANY_CASE = 8;
const integer INVISIBLE = 32;
const integer CHAR_LIMIT = 64;
/* Métodos */
public areConfusable(string $string1, string $string2, int &$errorCode = null): bool
public isSuspicious(string $string, int &$errorCode = null): bool
public setAllowedLocales(string $locales): void
public setChecks(int $checks): void
public setRestrictionLevel(int $level): void
}

Tabla de contenidos