Semaphore Funkcje
PHP Manual

shm_remove

(PHP 4, PHP 5)

shm_removeRemoves shared memory from Unix systems

Opis

bool shm_remove ( resource $shm_identifier )

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

Parametry

shm_identifier

The shared memory identifier as returned by shm_attach()

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:


Semaphore Funkcje
PHP Manual