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
- Host: GitHub
- URL: https://github.com/iam-py-test/php-read-file-001
- Owner: iam-py-test
- Created: 2021-06-07T20:34:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T20:52:03.000Z (about 4 years ago)
- Last Synced: 2025-01-06T21:43:38.191Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```