PHP Download FilePHP enables you to download file easily using built-in readfile() function. The readfile() function reads a file and writes it to the output buffer. PHP readfile() functionSyntax $filename: represents the file name $use_include_path: it is the optional parameter. It is by default false. You can set it to true to the search the file in the included_path. $context: represents the context stream resource. int: it returns the number of bytes read from the file. PHP Download File Example: Text FileFile: download1.phpPHP Download File Example: Binary FileFile: download2.php
Next TopicPHP Mail
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week