| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
shmop_write(PHP 4 >= 4.0.4, PHP 5, PHP 7) shmop_write — Write data into shared memory block 説明
int shmop_write
( resource
$shmid
, string $data
, int $offset
)shmop_write() will write a string into shared memory block. パラメータ
返り値
The size of the written 例
例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. |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「shmop_write - Write data into shared memory block」をGoogle検索
|