Semaphore Функции
PHP Manual

shm_remove

(PHP 4, PHP 5)

shm_removeRemoves shared memory from Unix systems

Описание

bool shm_remove ( int $shm_identifier )

shm_remove() removes the shared memory shm_identifier . All data will be destroyed.

Список параметров

shm_identifier

The shared memory identifier as returned by shm_attach()

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Смотрите также


Semaphore Функции
PHP Manual