Mega Code Archive

 
Categories / Php / Strings
 

Str_pad-2 php

<?php    $header = "Log";    echo str_pad ($header, 20, "=+", STR_PAD_BOTH); ?>