Voting

: max(eight, two)?
(Example: nine)

The Note You're Voting On

me at gavinadams dot org
22 years ago
Interesting results using fpassthru() vs. fread() under UNIX.

Using fread(fp, length) to read from a valid, open pointer, in which the filename has a special character (single quote, comma, open paren, etc) fails on the read (no debug statements written after that). However, using fpassthru() works like a champ.

Thanks for the helpful notes on IE session info, have seen this before but didn't know what was causing it.

<< Back to user notes page

To Top