I have a string with the following content:
Code: Select all
$buffer = "árboles genealógicos gratis";I am looking for a PHP function that will conver the content of the buffer above to:
Code: Select all
$buffer = "árboles genealógicos gratis";any suggestions?
Jason