Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created June 13, 2020 15:07
Show Gist options
  • Save eS-IT/b0b0bf085b0549a26567e3673f52ae45 to your computer and use it in GitHub Desktop.
Save eS-IT/b0b0bf085b0549a26567e3673f52ae45 to your computer and use it in GitHub Desktop.
<?php
// outputs three consecutive blank lines
$this->io->text('Line 02-01');
$this->io->newLine(3);
$this->io->text('Line 02-02');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment