0

I want to check encoding of file xml is UTF-8. How check encoding of this file xml in php?

0

1 Answer 1

1

You can try with:

mb_check_encoding(file_get_contents("file.xml"), 'UTF-8');
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.