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 $s1, string $s2, string &$error = ?): bool
public __construct()
public isSuspicious(string $text, string &$error = ?): bool
public setAllowedLocales(string $locale_list): void
public setChecks(long $checks): void
public setRestrictionLevel(int $level): void
}

Tabla de contenidos