update : 2015.11.03
php.shukuma.com검색:
|
shmop_delete(PHP 4 >= 4.0.4, PHP 5) shmop_delete — Delete shared memory block 설명
bool shmop_delete
( int
$shmid
)shmop_delete() is used to delete a shared memory block. 반환값
성공 시 예제
Example #1 Deleting shared memory block
<?php This example will delete shared memory block identified by $shm_id. |