update : 2015.11.03
php.shukuma.com

검색:
 
 
Removes shared memory from Unix systems

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를 반환합니다.

참고