用PHP查询MySQL,数据使用UTF-8编码,需要设置______
mysqli_query($connection, "SET NAMES 'UTF8'");
mysql_query($connection, "SET NAMES 'UTF8'");
mysqli_set_charset($connection , 'UTF8');
mysql_set_charset($connection , 'UTF8');