Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.shmop.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'book.shmop.php',
1 => 'Shared Memory',
),
'up' =>
array (
0 => 'refs.fileprocess.process.php',
1 => 'Process Control Extensions',
),
'prev' =>
array (
0 => 'function.shm-remove.php',
1 => 'shm_remove',
),
'next' =>
array (
0 => 'intro.shmop.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Shared Memory</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.shmop.php">Introduction</a></li><li><a href="shmop.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="shmop.requirements.php">Requirements</a></li><li><a href="shmop.installation.php">Installation</a></li><li><a href="shmop.configuration.php">Runtime Configuration</a></li><li><a href="shmop.resources.php">Resource Types</a></li></ul></li><li><a href="shmop.constants.php">Predefined Constants</a></li><li><a href="shmop.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="shmop.examples-basic.php">Shared Memory Operations Overview</a></li></ul></li><li><a href="ref.shmop.php">Shared Memory Functions</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></ul></div><?php manual_footer(); ?>