Ask the memory sharing about the problem!

Source: Internet
Author: User
Ask for memory sharing problems!!!

The code is as follows:


$sysid = $shmkey = Ftok (__file__, ' t ');
$flags = "C";
$mode = 0766;
$size = 1024;

$shmid = Shmop_open ($sysid, $flags, $mode, $size);
Shmop_write ($shmid, "Hello", 0);
$len = Shmop_size ($shmid);
$cont = Shmop_read ($sysid, 0, "Hello");
Var_dump ($cont);
Shmop_delete ($shmid);
Shmop_close ($shmid);



This piece of code error, what is the matter?

PHP Warning: shmop_read (): No shared memory segment with an ID of [1946257823] in/home/admin/codes/php/shmop/client.p HP on line 8

Warning:shmop_read (): No shared memory segment with a ID of [1946257823] in/home/admin/codes/php/shmop/client.php on Li NE 8



------to solve the idea----------------------
$cont = Shmop_read ($shmid, 0, "Hello");
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.