★ wanayoo — archive 1999 http://www.phpwizard.net/resources/quickref/sysvshm.htmlNouvelle recherche | Portail wanayoo
phpWizard.net - Building Dynamic Websites with PHP
   Projects | Resources | The Book | About |
  Resources
 -Tutorials
 -Quick Reference
 -Link Directory
 -Scriptlets
 +Bookstore
 +Fun Stuff
 Quick Reference: sysvshm

  • int shm_attach(int key, int size, int flag)
    Return an id for the shared memory with the given key
  • int shm_remove(int key)
    Removes the shared memory with the given key
  • int shm_detach(int id)
    Releases the shared memory attachment with the given id
  • int shm_put_var(int id, int key, object *variable)
    Insert a variable into shared memory
  • int shm_get_var(int id, int key, object *variable)
    Insert a variable into shared memory
  • int shm_remove_var(int id, int key)
    Removes variable from shared memory


  • Copyright 1998-2000 Tobias Ratschiller.