git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94011 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Kalowsky 2002-08-29 03:02:03 +00:00
parent c3bc43da98
commit 68ff43a5c3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<reference id="ref.shmop">
<title>Shared Memory Functions</title>
<titleabbrev>shmop</titleabbrev>
@ -9,8 +9,10 @@
&reftitle.intro;
<para>
Shmop is an easy to use set of functions that allows PHP to read,
write, create and delete UNIX shared memory segments. The functions
will not work on windows, as it does not support shared memory.
write, create and delete UNIX shared memory segments. These functions
will not typically work on Windows, as it does not support shared memory.
As of Windows 2000 though, enabling the php_shmop.dll in your php.ini
will enable this functionality though.
</para>
<note>
<simpara>