App下载

demo_func_string_str_pad 在线工具

demo_func_string_str_pad 在线工具

<?php
$str = "Hello World";
echo str_pad($str,20,".");
?>
运行结果