<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.shmop.php',
    1 => 'Shared Memory',
    2 => 'Shared Memory',
  ),
  'up' => 
  array (
    0 => 'refs.fileprocess.process.php',
    1 => 'Розширення, що контролює обробку',
  ),
  'prev' => 
  array (
    0 => 'class.sysvsharedmemory.php',
    1 => 'SysvSharedMemory',
  ),
  'next' => 
  array (
    0 => 'intro.shmop.php',
    1 => 'Вступ',
  ),
  '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>

 
 
 

 







 





 

 





 





<ul class="chunklist chunklist_book"><li><a href="intro.shmop.php">Вступ</a></li><li><a href="shmop.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="shmop.installation.php">Встановлення</a></li><li><a href="shmop.resources.php">Типи ресурсів</a></li></ul></li><li><a href="shmop.examples.php">Приклади</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 Функції</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); ?>