EncodingMatch
Note
This is a point-in-time snapshot of the API documentation from January 2026. Going forward, we will not be maintaining a public copy of these references, and recommend users to refer to the built-in signature helpers available in the Hack LSP instead for complete and up-to-date information.
Result of detecting the encoding of an array of bytes
Interface Synopsis
class EncodingMatch {...}
Public Methods
-
->getConfidence(): int
Gets the confidence number of the encoding match -
->getEncoding(): string
Gets the name of the detected encoding -
->getLanguage(): string
Gets a rough guess at the language of the encoded bytes -
->getUTF8(): string
Gets the UTF-8 encoded version of the encoded byte array -
->isValid(): bool
Checks if the encoding match succeeded