[PHP] Re: What means "ioctl"

2003-01-12 Thread nicos
"ioctl performs a variety of control functions on devices and STREAMS." It stands for I/O Control. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Harald Mohring" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > I got

[PHP] Re: What means "ioctl"

2003-01-12 Thread V.Y.JR
You have not specified a file name to open with fopen(). //will not work $fp = fopen("", "r"); //will work $fp = fopen("file.txt", "r"); "Harald Mohring" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I got the error-message: > Warning: fopen("", "r") - Inapp