Skip to content
Snippets Groups Projects

Ptps function 9

Merged Адлан Шамавов requested to merge PTPS_Function_9 into main
1 unresolved thread
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 12
0
@@ -111,5 +111,17 @@
print $e->getMessage();
}
?>
<h1>Function 9</h1>
<?php
try {
foreach($func->readFileLineByLine(__DIR__ . "/public/text.txt") as $line) {
print $line;
}
} catch (Exception $e) {
print $e->getMessage();
}
?>
</body>
</html>
\ No newline at end of file
Loading