mirror of
https://github.com/php/web-php.git
synced 2026-04-22 22:48:13 +02:00
9 lines
230 B
PHP
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"?>
|