1
0
mirror of https://github.com/danog/file.git synced 2024-11-30 04:19:39 +01:00
file/examples/read.php
2022-02-08 21:26:46 +01:00

7 lines
94 B
PHP

<?php
use Amp\File;
require __DIR__ . '/../vendor/autoload.php';
print File\read(__FILE__);