shmop_readRead 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 Changelog
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. See Also
|