==== PHP8.3で`mb_detect_encoding()`の動作が若干変わってそうなので`strict`付けた方が良さそう。 ```php mb_detect_encoding(string: $string, strict: true); ```