Answers for "changing the php file encoding from utf-8 to iso-8859-1"

PHP
2

utf8 encode php

$a = "Não";
  
echo utf8_encode($a);
Posted by: Guest on December-10-2020
0

php convert string to utf8

utf8_encode ( string $data )
Posted by: Guest on June-16-2020

Code answers related to "changing the php file encoding from utf-8 to iso-8859-1"

Browse Popular Code Answers by Language