dams Sat Feb 1 23:47:57 2003 EDT
Modified files:
/phpdoc/en/reference/sem/functions shm-attach.xml
Log:
entity update
Index: phpdoc/en/reference/sem/functions/shm-attach.xml
diff -u phpdoc/en/reference/sem/functions/shm-attach.xml:1.3
phpdoc/en/reference/sem/functions/shm-attach.xml:1.4
--- phpdoc/en/reference/sem/functions/shm-attach.xml:1.3 Mon Apr 29 09:11:05
2002
+++ phpdoc/en/reference/sem/functions/shm-attach.xml Sat Feb 1 23:47:57 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
<refentry id="function.shm-attach">
<refnamediv>
@@ -17,10 +17,10 @@
<para>
<function>shm_attach</function> returns an id that that can be
used to access the System V shared memory with the given key, the
- first call creates the shared memory segment with mem_size
- (default: sysvshm.init_mem in the <link
- linkend="configuration.file">configuration file</link>, otherwise
- 10000 bytes) and the optional perm-bits (default: 0666).
+ first call creates the shared memory segment with <parameter>memsize</parameter>
+ (default: sysvshm.init_mem in the &php.ini, otherwise
+ 10000 bytes) and the optional perm-bits <parameter>perm</parameter>
+ (default: 0666).
</para>
<para>
A second call to <function>shm_attach</function> for the same
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php