update : 2015.11.03
php.shukuma.com검색:
|
shm_attach(PHP 4, PHP 5) shm_attach — Creates or open a shared memory segment 설명
resource shm_attach
( int
$key
[, int $memsize
[, int $perm = 0666
]] )
shm_attach() returns an id that can be used to access
the System V shared memory with the given
A second call to shm_attach() for the same
인수
반환값Returns a shared memory segment identifier. 주의
참고
|