<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.fileprocess.process.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'book.shmop.php',
    1 => 'Shared Memory',
    2 => 'Shared Memory',
  ),
  'up' => 
  array (
    0 => 'refs.fileprocess.process.php',
    1 => 'Estensioni di controllo di processo',
  ),
  'prev' => 
  array (
    0 => 'class.sysvsharedmemory.php',
    1 => 'SysvSharedMemory',
  ),
  'next' => 
  array (
    0 => 'shmop.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/shmop/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.shmop.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.shmop" class="book">
 
 <h1 class="title">Shared Memory</h1>

 
 <div id="intro.shmop" class="preface">
  <h1 class="title">Introduzione</h1>
  <p class="simpara">
   Shmop is an easy to use set of functions that allows PHP to read,
   write, create and delete Unix shared memory segments.
  </p>
 </div>
 

 







 




 





 





<ul class="chunklist chunklist_book"><li><a href="shmop.setup.php">Installazione/Configurazione</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="shmop.installation.php">Installazione</a></li><li><a href="shmop.resources.php">Tipi di risorse</a></li></ul></li><li><a href="shmop.examples.php">Esempi</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="shmop.examples-basic.php">Basic usage</a></li></ul></li><li><a href="ref.shmop.php">Shared Memory Funzioni</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.shmop-close.php">shmop_close</a> — Close shared memory block</li><li><a href="function.shmop-delete.php">shmop_delete</a> — Delete shared memory block</li><li><a href="function.shmop-open.php">shmop_open</a> — Create or open shared memory block</li><li><a href="function.shmop-read.php">shmop_read</a> — Read data from shared memory block</li><li><a href="function.shmop-size.php">shmop_size</a> — Get size of shared memory block</li><li><a href="function.shmop-write.php">shmop_write</a> — Write data into shared memory block</li></ul></li><li><a href="class.shmop.php">Shmop</a> — The Shmop class</li></ul></div><?php manual_footer($setup); ?>