PHP » GoLang |
login |
register |
about
|
shmop_write(PHP 4 >= 4.0.4, PHP 5, PHP 7) shmop_write — Write 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 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. |
more
Recently updated
more
Most requested
more
Last requests
|