Sublime text 3中编辑的php文档在firefox打开中文乱码问题

Sublime text 3中编辑的php文档在firefox打开中文乱码问题

在php头部 <?php 之前加上代码: <meta charset="utf-8"> 

<meta charset="utf-8"> 
<?php

?>