Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit f536d6b

Browse files
committed
Updated the readme file
1 parent 7521b31 commit f536d6b

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
PHP File Download
2-
=================
3-
1+
# PHP File Download
42
A class to help with creating downloads for files in PHP.
53

64

7-
Hint
8-
----
9-
5+
## Advice
106
If you can use direct downloads, you should just use them.
117
This class is for providing downloads of files out of PHP, for example if you want to provide a download to a temporarily created file.
128

139

14-
Usage
15-
=====
10+
# Usage
11+
1612

17-
Create a download for a file on your file system
18-
---
13+
## Create a download for a file on your file system
1914
```
2015
<?php
2116
@@ -24,8 +19,7 @@ Create a download for a file on your file system
2419
```
2520

2621

27-
Create a download for a file via file pointer
28-
---
22+
## Create a download for a file via file pointer
2923
```
3024
<?php
3125
@@ -35,8 +29,7 @@ Create a download for a file via file pointer
3529
```
3630

3731

38-
Create a download for a file via the content
39-
---
32+
## Create a download for a file via the content
4033
```
4134
<?php
4235

0 commit comments

Comments
 (0)