Merge remote-tracking (subtree) branch 'PracticingPhp/master'
This commit is contained in:
9
PracticingPhp/web/html/wikipedia-tutorial/io.php
Normal file
9
PracticingPhp/web/html/wikipedia-tutorial/io.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$stdin = fopen('php://stdin', 'r');
|
||||
|
||||
$mystring = fgets($stdin);
|
||||
|
||||
print "\$mystring=$mystring";
|
||||
|
||||
?>
|
Reference in New Issue
Block a user