update : 2015.11.03
php.shukuma.com
검색:
Sync
shmop_write
소개
Process Control Extensions
PHP Manual
Sync
소개
설치/설정
요구 조건
설치
실행시 설정
자원형
예약 상수
SyncMutex
— The SyncMutex class
SyncMutex::__construct
— Constructs a new SyncMutex object
SyncMutex::lock
— Waits for an exclusive lock
SyncMutex::unlock
— Unlocks the mutex
SyncSemaphore
— The SyncSemaphore class
SyncSemaphore::__construct
— Constructs a new SyncSemaphore object
SyncSemaphore::lock
— Decreases the count of the semaphore or waits
SyncSemaphore::unlock
— Increases the count of the semaphore
SyncEvent
— The SyncEvent class
SyncEvent::__construct
— Constructs a new SyncEvent object
SyncEvent::fire
— Fires/sets the event
SyncEvent::reset
— Resets a manual event
SyncEvent::wait
— Waits for the event to be fired/set
SyncReaderWriter
— The SyncReaderWriter class
SyncReaderWriter::__construct
— Constructs a new SyncReaderWriter object
SyncReaderWriter::readlock
— Waits for a read lock
SyncReaderWriter::readunlock
— Releases a read lock
SyncReaderWriter::writelock
— Waits for an exclusive write lock
SyncReaderWriter::writeunlock
— Releases a write lock
shmop_write
소개
Process Control Extensions
PHP Manual