| 
 | shm_attachCreates or open a shared memory segment Description
   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
    Parameters
 
 Return ValuesReturns a shared memory segment identifier. Notes
 See Also
 
 |