<?php str_pad( string $string, int $length, string $pad_string = " ", int $pad_type = STR_PAD_RIGHT): string
<?php $this->output->write("\r"); $this->output->write(str_pad(' ', $this->lineLength)); $this->output->write("\r"); }