Semaphore 함수 목록
PHP Manual

shm_remove

(PHP 4, PHP 5)

shm_removeRemoves shared memory from Unix systems

설명

bool shm_remove ( resource $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