hphp/hack/manual/apis/Classes/EncodingMatch/index.md
:::info[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
class EncodingMatch {...}
->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