Searched refs:utf8_encode (Results 1 – 9 of 9) sorted by relevance
5 $str = utf8_encode("\xe0\xe1");
5 printf("%s -> %s\n", urlencode("�"), urlencode(utf8_encode("�")));
9 // return utf8_encode("��");
10 $client->echoString(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'));
8 $client->__soapCall("echoString", array(utf8_encode('ỗÈéóÒ₧⅜ỗỸ')), array("soapaction"=>"http://soap…
8 $client->__soapCall("echoString", array(new SoapParam(new SoapVar(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),XSD_STRI…
688 function utf8_encode(string $string): string {} function
2514 ZEND_FUNCTION(utf8_encode);3151 ZEND_FE(utf8_encode, arginfo_utf8_encode)
5972 PHP_FUNCTION(utf8_encode) argument
Completed in 88 milliseconds