Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
fread « File Directory « PHP
PHP
File Directory
fread
1.
Reading a file
2.
fread( ) is good for when you only care about a small part of the file.
3.
fread() function reads up to length bytes from the file, returning the file's contents.
4.
fread.php
5.
fopen( ) and fread( )
6.
Reading and Writing Binary Data in a File