PHP » GoLang |
login |
register |
about
|
shmop_open(PHP 4 >= 4.0.4, PHP 5, PHP 7) shmop_open — Create or open shared memory block Description
resource shmop_open
( int
$key
, string $flags
, int $mode
, int $size
)shmop_open() can create or open a shared memory block. Parameters
Return Values
On success shmop_open() will return an resource that you can
use to access the shared memory segment you've created. Changelog
Examples
Example #1 Create a new shared memory block
<?php This example opened a shared memory block with a system id returned by ftok(). |
more
Recently updated
more
Most requested
more
Last requests
|