Semaphore Funções
PHP Manual

shm_remove

(PHP 4, PHP 5, PHP 7)

shm_removeRemoves shared memory from Unix systems

Descrição

bool shm_remove ( resource $shm_identifier )

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

Parâmetros

shm_identifier

The shared memory identifier as returned by shm_attach()

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

Veja Também


Semaphore Funções
PHP Manual