Strings Php

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