NAME ^

php_shmop.pir - PHP shmop Library

DESCRIPTION ^

Functions ^

void shmop_close(int shmid)

closes a shared memory segment

NOT IMPLEMENTED.

bool shmop_delete(int shmid)

mark segment for deletion

NOT IMPLEMENTED.

int shmop_open(int key, string flags, int mode, int size)

gets and attaches a shared memory segment

NOT IMPLEMENTED.

string shmop_read(int shmid, int start, int count)

reads from a shm segment

NOT IMPLEMENTED.

int shmop_size(int shmid)

returns the shm size

NOT IMPLEMENTED.

int shmop_write(int shmid, string data, int offset)

writes to a shared memory segment

NOT IMPLEMENTED.


parrot