16 lines
		
	
	
		
			1009 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			1009 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | ||
|  | title: Files | ||
|  | --- | ||
|  | ## Files
 | ||
|  | 
 | ||
|  | PHP provides several functions for working with files. These functions allow the developer to enable user file uploads, for php to read and use data from a file, and lastly for php to write data to a file. | ||
|  | 
 | ||
|  | #### More Information:
 | ||
|  | * <a href="https://secure.php.net/manual/en/function.readfile.php" rel="nofollow">php.net readfile() manual</a> | ||
|  | * <a href="https://secure.php.net/manual/en/function.fopen.php" rel="nofollow">php.net fopen() manual</a> | ||
|  | * <a href="https://secure.php.net/manual/en/function.fread.php" rel="nofollow">php.net fread() manual</a> | ||
|  | * <a href="https://secure.php.net/manual/en/function.fclose.php" rel="nofollow">php.net fclose() manual</a> | ||
|  | * <a href="https://secure.php.net/manual/en/function.fgets.php" rel="nofollow">php.net fgets() manual</a> | ||
|  | * <a href="https://secure.php.net/manual/en/function.feof.php" rel="nofollow">php.net feof() manual</a> | ||
|  | * <a href="https://secure.php.net/manual/en/function.fgetc.php" rel="nofollow">php.net fgetc() manual</a> |