App下载

demo_func_string_quoted_pd 在线工具

demo_func_string_quoted_pd 在线工具

<?php
$str = "Hello=0Aworld.";
echo quoted_printable_decode($str);
?>
运行结果