PHP » GoLang |
login |
register |
about
|
shmop_read(PHP 4 >= 4.0.4, PHP 5, PHP 7) shmop_read — Read data from shared memory block Description
string shmop_read
( resource
$shmid
, int $start
, int $count
)shmop_read() will read a string from shared memory block. Parameters
Return Values
Returns the data or Examples
Example #1 Reading shared memory block
<?php This example will read 50 bytes from shared memory block and place the data inside $shm_data. |
more
Recently updated
more
Most requested
more
Last requests
|