update : 2015.11.03
php.shukuma.com검색:
|
SyncReaderWriter::__construct(PECL sync >= 1.0.0) SyncReaderWriter::__construct — Constructs a new SyncReaderWriter object 설명
public SyncReaderWriter::__construct
([ string
$name
[, bool $autounlock
]] )Constructs a named or unnamed reader-writer object. 인수
반환값The new SyncReaderWriter object. An exception is thrown if the reader-writer cannot be created or opened. 예제Example #1 SyncReaderWriter::__construct() example
<?php 참고
|