7226 |
PHPの関数・メソッドの単語集 |
|
Swoole\Async::set
|
詳細
|
1. Update the async I/O options.
|
|
7227 |
PHPの関数・メソッドの単語集 |
|
Swoole\Async::write
|
詳細
|
1. Write data to a file stream asynchronously.
|
|
7228 |
PHPの関数・メソッドの単語集 |
|
Swoole\Async::writeFile
|
詳細
|
1. Description
|
|
7229 |
PHPの関数・メソッドの単語集 |
|
Swoole\Atomic::add
|
詳細
|
1. Add a number to the value to the atomic object.
|
|
7230 |
PHPの関数・メソッドの単語集 |
|
Swoole\Atomic::cmpset
|
詳細
|
1. Compare and set the value of the atomic object.
|
|
スポンサー
|
7231 |
PHPの関数・メソッドの単語集 |
|
Swoole\Atomic::get
|
詳細
|
1. Get the current value of the atomic object.
|
|
7232 |
PHPの関数・メソッドの単語集 |
|
Swoole\Atomic::set
|
詳細
|
1. Set a new value to the atomic object.
|
|
7233 |
PHPの関数・メソッドの単語集 |
|
Swoole\Atomic::sub
|
詳細
|
1. Subtract a number to the value of the atomic object.
|
|
7234 |
PHPの関数・メソッドの単語集 |
|
Swoole\Atomic::__construct
|
詳細
|
1. Construct a swoole atomic object.
|
|
7235 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::append
|
詳細
|
1. Append the string or binary data at the end of the memory buffer and return the new size of memory allocated.
|
|
スポンサー
|
7236 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::clear
|
詳細
|
1. Reset the memory buffer.
|
|
7237 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::expand
|
詳細
|
1. Expand the size of memory buffer.
|
|
7238 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::read
|
詳細
|
1. Read data from the memory buffer based on offset and length.
|
|
7239 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::recycle
|
詳細
|
1. Release the memory to OS which is not used by the memory buffer.
|
|
7240 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::substr
|
詳細
|
1. Read data from the memory buffer based on offset and length. Or remove data from the memory buffer.
|
|
スポンサー
|
7241 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::write
|
詳細
|
1. Write data to the memory buffer. The memory allocated for the buffer will not be changed.
|
|
7242 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::__construct
|
詳細
|
1. Fixed size memory blocks allocation.
|
|
7243 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::__destruct
|
詳細
|
1. Destruct the Swoole memory buffer.
|
|
7244 |
PHPの関数・メソッドの単語集 |
|
Swoole\Buffer::__toString
|
詳細
|
1. Get the string value of the memory buffer.
|
|
7245 |
PHPの関数・メソッドの単語集 |
|
Swoole\Channel::pop
|
詳細
|
1. Read and pop data from swoole channel.
|
|
スポンサー
|
7246 |
PHPの関数・メソッドの単語集 |
|
Swoole\Channel::push
|
詳細
|
1. Write and push data into Swoole channel.
|
|
7247 |
PHPの関数・メソッドの単語集 |
|
Swoole\Channel::stats
|
詳細
|
1. Get stats of swoole channel.
|
|
7248 |
PHPの関数・メソッドの単語集 |
|
Swoole\Channel::__construct
|
詳細
|
1. Construct a Swoole Channel
|
|
7249 |
PHPの関数・メソッドの単語集 |
|
Swoole\Channel::__destruct
|
詳細
|
1. Destruct a Swoole channel.
|
|
7250 |
PHPの関数・メソッドの単語集 |
|
Swoole\Client::close
|
詳細
|
1. Close the connection established.
|
|
スポンサー
|