For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2006 > cvs: phpdoc /en/reference/shmop reference.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/shmop reference.xml
Adam Trachtenberg

2006-05-20, 6:58 pm

amt Sat May 20 21:27:38 2006 UTC

Modified files:
/phpdoc/en/reference/shmop reference.xml
Log:
Fix typo

http://cvs.php.net/viewcvs.cgi/phpd...6&diff_format=u
Index: phpdoc/en/reference/shmop/reference.xml
diff -u phpdoc/en/reference/shmop/reference.xml:1.15 phpdoc/en/reference/shmop/reference.xml:1.16
--- phpdoc/en/reference/shmop/reference.xml:1.15 Sun Sep 4 19:39:28 2005
+++ phpdoc/en/reference/shmop/reference.xml Sat May 20 21:27:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- Purpose: fileprocess.process -->
<!-- Membership: bundled -->

@@ -61,7 +61,7 @@
<![CDATA[
<?php

-// Create 100 byte shared memory block with system id if 0xff3
+// Create 100 byte shared memory block with system id of 0xff3
$shm_id = shmop_open(0xff3, "c", 0644, 100);
if (!$shm_id) {
echo "Couldn't create shared memory segment\n";
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com