shmop_close(3) php man page | unix.com

Man Page: shmop_close

Operating Environment: php

Section: 3

SHMOP_CLOSE(3)								 1							    SHMOP_CLOSE(3)

shmop_close - Close shared memory block

SYNOPSIS
void shmop_close (int $shmid)
DESCRIPTION
shmop_close(3) is used to close a shared memory block.
PARAMETERS
o $shmid - The shared memory block identifier created by shmop_open(3)
RETURN VALUES
No value is returned.
EXAMPLES
Example #1 Closing shared memory block <?php shmop_close($shm_id); ?> This example will close shared memory block identified by $shm_id.
SEE ALSO
shmop_open(3). PHP Documentation Group SHMOP_CLOSE(3)
Related Man Pages
shmat(2) - mojave
shmop(2) - ultrix
shmat(2) - netbsd
shmdt(2) - netbsd
shm_attach(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework &amp; Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team