john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

cli php q function print html line

php -q somefile.php

<?php
function print_html_line( $string )
{
    print $string . "<br />\n";
}
?>

  • « s3 boto list keys download to file
  • command convert audio avconv »

Published

Nov 8, 2013

Category

php

~12 words

Tags

  • cli 6
  • function 14
  • html 23
  • line 31
  • php 82
  • print 4
  • q 1