| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
shmop_read(PHP 4 >= 4.0.4, PHP 5, PHP 7) shmop_read — Read data from shared memory block 説明
string shmop_read
( resource
$shmid
, int $start
, int $count
)shmop_read() will read a string from shared memory block. パラメータ
返り値
Returns the data失敗した場合に 例
例1 Reading shared memory block
<?php This example will read 50 bytes from shared memory block and place the data inside $shm_data. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「shmop_read - Read data from shared memory block」をGoogle検索
|