stdin_stdout.php 93 B

123
  1. <?php
  2. fwrite(STDOUT, "Hello master.\n");
  3. fwrite(STDOUT, "Master write: ".fgets(STDIN)."\n");