1
0
mirror of https://github.com/php/web-php.git synced 2026-04-22 22:48:13 +02:00
Files
archived-web-php/oz/s_filehandling.php3
T
2000-03-08 02:10:21 +00:00

9 lines
230 B
PHP

<?php require "header.inc"?>
<H1>File Handling</H1>
<?example('<PRE><?php readfile("/proc/cpuinfo");?></PRE>');?>
<H2>Output:</H2>
<PRE style="font-size: 16"><?php readfile("/proc/cpuinfo");?></PRE>
<?php require "footer.inc"?>