7351 |
PHPの関数・メソッドの単語集 |
|
Swoole\Http\Response::initHeader
|
詳細
|
1. Init the HTTP response header.
|
|
7352 |
PHPの関数・メソッドの単語集 |
|
Swoole\Http\Response::rawcookie
|
詳細
|
1. Set the raw cookies to the HTTP response.
|
|
7353 |
PHPの関数・メソッドの単語集 |
|
Swoole\Http\Response::sendfile
|
詳細
|
1. Send file through the HTTP response.
|
|
7354 |
PHPの関数・メソッドの単語集 |
|
Swoole\Http\Response::status
|
詳細
|
1. Set the status code of the HTTP response.
|
|
7355 |
PHPの関数・メソッドの単語集 |
|
Swoole\Http\Response::write
|
詳細
|
1. Append HTTP body content to the HTTP response.
|
|
スポンサー
|
7356 |
PHPの関数・メソッドの単語集 |
|
Swoole\Http\Response::__destruct
|
詳細
|
1. Destruct the HTTP response.
|
|
7357 |
PHPの関数・メソッドの単語集 |
|
Swoole\Http\Server::on
|
詳細
|
1. Bind callback function to HTTP server by event name.
|
|
7358 |
PHPの関数・メソッドの単語集 |
|
Swoole\Http\Server::start
|
詳細
|
1. Start the swoole http server.
|
|
7359 |
PHPの関数・メソッドの単語集 |
|
Swoole\Lock::lock
|
詳細
|
1. Try to acquire the lock. It will block if the lock is not available.
|
|
7360 |
PHPの関数・メソッドの単語集 |
|
Swoole\Lock::lock_read
|
詳細
|
1. Lock a read-write lock for reading.
|
|
スポンサー
|
7361 |
PHPの関数・メソッドの単語集 |
|
Swoole\Lock::trylock
|
詳細
|
1. Try to acquire the lock and return straight away even the lock is not available.
|
|
7362 |
PHPの関数・メソッドの単語集 |
|
Swoole\Lock::trylock_read
|
詳細
|
1. Try to lock a read-write lock for reading and return straight away even the lock is not available.
|
|
7363 |
PHPの関数・メソッドの単語集 |
|
Swoole\Lock::unlock
|
詳細
|
1. Release the lock.
|
|
7364 |
PHPの関数・メソッドの単語集 |
|
Swoole\Lock::__construct
|
詳細
|
1. Construct a memory lock.
|
|
7365 |
PHPの関数・メソッドの単語集 |
|
Swoole\Lock::__destruct
|
詳細
|
1. Destory a Swoole memory lock.
|
|
スポンサー
|
7366 |
PHPの関数・メソッドの単語集 |
|
Swoole\Mmap::open
|
詳細
|
1. Map a file into memory and return the stream resource which can be used by PHP stream operations.
|
|
7367 |
PHPの関数・メソッドの単語集 |
|
Swoole\MySQL::close
|
詳細
|
1. Close the async MySQL connection.
|
|
7368 |
PHPの関数・メソッドの単語集 |
|
Swoole\MySQL::connect
|
詳細
|
1. Connect to the remote MySQL server.
|
|
7369 |
PHPの関数・メソッドの単語集 |
|
Swoole\MySQL::getBuffer
|
詳細
|
1. Description
|
|
7370 |
PHPの関数・メソッドの単語集 |
|
Swoole\MySQL::on
|
詳細
|
1. Register callback function based on event name.
|
|
スポンサー
|
7371 |
PHPの関数・メソッドの単語集 |
|
Swoole\MySQL::query
|
詳細
|
1. Run the SQL query.
|
|
7372 |
PHPの関数・メソッドの単語集 |
|
Swoole\MySQL::__construct
|
詳細
|
1. Construct an async MySQL client.
|
|
7373 |
PHPの関数・メソッドの単語集 |
|
Swoole\MySQL::__destruct
|
詳細
|
1. Destory the async MySQL client.
|
|
7374 |
PHPの関数・メソッドの単語集 |
|
Swoole\Process::alarm
|
詳細
|
1. High precision timer which triggers signal with fixed interval.
|
|
7375 |
PHPの関数・メソッドの単語集 |
|
Swoole\Process::close
|
詳細
|
1. Close the pipe to the child process.
|
|
スポンサー
|