Skip to content

Instantly share code, notes, and snippets.

@skorotkiewicz
Created December 8, 2016 15:29
Show Gist options
  • Save skorotkiewicz/736558d8e22ccee0667c79ed81d1d773 to your computer and use it in GitHub Desktop.
Save skorotkiewicz/736558d8e22ccee0667c79ed81d1d773 to your computer and use it in GitHub Desktop.
<br /> for CLI and Web
<?PHP
function echow($text) {
if (isset($_SERVER{'TERM'})) {
echo $text."\t\n";
} else {
echo $text."<br />";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment