Search Results

  1. Table of Contents ¶ Spoofchecker::areConfusable — Checks if given strings can be confused Spoofchecker::__construct — Constructor Spoofchecker::isSuspicious — Checks if a given text contains any suspicious characters Spoofchecker::setAllowedLocales — Locales to use when running checks Spoofchecker::setChecks — Set the checks to run Spoofchecker::setRestrictionLevel — Set the ...

  2. Introduction Cette classe est fournie car Unicode contient un grand nombre de caractères et incorpore les systèmes d'écriture variés du monde et leur utilisation incorrecte peut exposer des programmes ou des systèmes à d'éventuelles attaques de sécurité en utilisant la similarité des caractères.

  3. Sep 9, 2025 · Table of Contents Spoofchecker::areConfusable — Checks if given strings can be confused Spoofchecker::__construct — Constructor Spoofchecker::isSuspicious — Checks if a given text contains any suspicious characters Spoofchecker::setAllowedLocales — Locales to use when running checks Spoofchecker::setChecks — Set the checks to run Spoofchecker::setRestrictionLevel — Set the ...

  4. Introduction This class is provided because Unicode contains large number of characters and incorporates the varied writing systems of the world and their incorrect usage can expose programs or systems to possible security attacks using characters similarity.

  5. Simple usage example of `Spoofchecker::__construct ()`. The Spoofchecker::__construct is a constructor method in PHP that belongs to the Spoofchecker class. Constructors are special methods that are automatically called when an object is created from a class. This particular constructor is used to initialize the Spoofchecker object with default values and set up any necessary configurations.

  6. Parameters This function has no parameters. Return Values Returns Spoofchecker instance.

  7. Table of Contents Spoofchecker::areConfusable — Checks if given strings can be confused Spoofchecker::__construct — Constructor Spoofchecker::isSuspicious — Checks if a given text contains any suspicious characters Spoofchecker::setAllowedLocales — Locales to use when running checks Spoofchecker::setChecks — Set the checks to run