Re: [PHP] ioctl() in PHP

2002-12-09 Thread Filippo Veneri
On Mon, 2002-12-09 at 13:41, Lokesh Setia wrote: > > > Hello PHP'ers! > > We wish to control a hardware device (a GPIB card) using a web > interface. This device is normally controlled using either: > > 1. simple ioctl() calls to the linux kernel > 2. by a higher level C-library which inturn c

[PHP] ioctl() in PHP

2002-12-09 Thread Lokesh Setia
Hello PHP'ers! We wish to control a hardware device (a GPIB card) using a web interface. This device is normally controlled using either: 1. simple ioctl() calls to the linux kernel 2. by a higher level C-library which inturn calls these ioctl()s. Does PHP support system calls like ioctl()? I