fork(2) download
  1. <?php
  2.  
  3. $nome = "John Due";
  4.  
  5. $template = readline('Digite sua string:');
  6.  
  7. echo $template, PHP_EOL;
Success #stdin #stdout 0s 82688KB
stdin
Seja bem-vindo, {$nome}
stdout
Seja bem-vindo, {$nome}