shmop_writeWrite data into shared memory block Description
int shmop_write
( resource
$shmid
, string $data
, int $offset
)shmop_write will write a string into shared memory block. Parameters
Return Values
The size of the written Changelog
Examples
Example #1 Writing to shared memory block
<?php This example will write data inside $my_string into shared memory block, $shm_bytes_written will contain the number of bytes written. See Also
|