An open API service indexing awesome lists of open source software.

https://github.com/iam-py-test/php-read-file-001

A PHP file to help you read files
https://github.com/iam-py-test/php-read-file-001

Last synced: 4 months ago
JSON representation

A PHP file to help you read files

Awesome Lists containing this project

README

        

# php-read-file-001
A PHP file to help you read files



### How to use.
First, do `git clone https://github.com/iam-py-test/php-read-file-001.git`, copy `php-read-file.php` to the directory with your other PHP files, and add the following into a PHP file to use `readfile001`:
```php
include 'php-read-file.php'
```