shmop_close PHP 4.0.4

void shmop_close (int shmid)

 

Closes a shared memory segment.

shmop_delete PHP 4.0.4

bool shmop_delete (int shmid)

 

Marks segment for deletion.

shmop_open PHP 4.0.4

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

 

Gets and attaches a shared memory segment.

shmop_read PHP 4.0.4

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

 

Reads from a shared memory segment.

shmop_size PHP 4.0.4

int shmop_size (int shmid)

 

Returns the shared memory size.

shmop_write PHP 4.0.4

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

 

Writes to a shared memory segment.