0 votes
in PHP by
How to download file in PHP?

1 Answer

0 votes
by

The readfile() function is used to download the file in PHP.

int readfile ( string $filename )     

Related questions

0 votes
asked Jun 6, 2020 in PHP by SakshiSharma
+1 vote
asked Jun 1, 2022 in JAVA by SakshiSharma
...