June 2002
Beginner
759 pages
80h 42m
English
filter_read
filter_read(n)
Obtains a line or block from the next filter in the chain. If there are no other filters, then the actual source file is obtained. For example:
$status = filter_read(); # Requests a line $status = filter_read($size); # Requests a block of $size