App下载

demo_func_string_chr3 在线工具

demo_func_string_chr3 在线工具

<?php 
$str = chr(43);
$str2 = chr(61);
echo("2 $str 2 $str2 4"); 
?>
运行结果