NAME ^

php_shmop.pir - PHP shmop Library

DESCRIPTION ^

Functions ^

void shmop_close(int shmid)
closes a shared memory segmentNOT IMPLEMENTED.
bool shmop_delete(int shmid)
mark segment for deletionNOT IMPLEMENTED.
int shmop_open(int key, string flags, int mode, int size)
gets and attaches a shared memory segmentNOT IMPLEMENTED.
string shmop_read(int shmid, int start, int count)
reads from a shm segmentNOT IMPLEMENTED.
int shmop_size(int shmid)
returns the shm sizeNOT IMPLEMENTED.
int shmop_write(int shmid, string data, int offset)
writes to a shared memory segmentNOT IMPLEMENTED.


parrot