カテゴリー一覧

Swoole\Server

一つ上の階層へ移動

このカテゴリーの関数一覧

Swoole\Server::addlistener - Add a new listener to the server.
Swoole\Server::addProcess - Add a user defined swoole_process to the server.
Swoole\Server::after - Trigger a callback function after a period of time.
Swoole\Server::bind - Bind the connection to a user defined user ID.
Swoole\Server::clearTimer - Stop and destory a timer.
Swoole\Server::close - Close a connection to the client.
Swoole\Server::confirm - Check status of the connection.
Swoole\Server::connection_info - Get the connection info by file description.
Swoole\Server::connection_list - Get all of the established connections.
Swoole\Server::__construct - Construct a Swoole server.
Swoole\Server::defer - Delay execution of the callback function at the end of current EventLoop.
Swoole\Server\Port::__construct - Construct a server port
Swoole\Server\Port::__destruct - Destory server port
Swoole\Server\Port::on - Register callback functions by event.
Swoole\Server\Port::set - Set protocol of the server port.
Swoole\Server::exist - Check if the connection is existed.
Swoole\Server::finish - Used in task process for sending result to the worker process when the task is finished.
Swoole\Server::getClientInfo - Get the connection info by file description.
Swoole\Server::getClientList - Get all of the established connections.
Swoole\Server::getLastError - Get the error code of the most recent error.
Swoole\Server::heartbeat - Check all the connections on the server.
Swoole\Server::listen - Listen on the given IP and port, socket type.
Swoole\Server::on - Register a callback function by event name.
Swoole\Server::pause - Stop receiving data from the connection.
Swoole\Server::protect - Set the connection to be protected mode.
Swoole\Server::reload - Restart all the worker process.
Swoole\Server::resume - Start receving data from the connection.
Swoole\Server::send - Send data to the client.
Swoole\Server::sendfile - Send file to the connection.
Swoole\Server::sendMessage - Send message to worker processes by ID.
Swoole\Server::sendto - Send data to the remote UDP address.
Swoole\Server::sendwait - Send data to the remote socket in the blocking way.
Swoole\Server::set - Set the runtime settings of the swoole server.
Swoole\Server::shutdown - Shutdown the master server process, this function can be called in worker processes.
Swoole\Server::start - Start the Swoole server.
Swoole\Server::stats - Get the stats of the Swoole server.
Swoole\Server::stop - Stop the Swoole server.
Swoole\Server::task - Send data to the task worker processes.
Swoole\Server::taskwait - Send data to the task worker processes in blocking way.
Swoole\Server::taskWaitMulti - Execute multiple tasks concurrently.
Swoole\Server::tick - Repeats a given function at every given time-interval.
					

ワード検索


※入力キーワードが、関数名・説明文・タグに含まれるものを検索

関数名アルファベット別

A B C D E F G H I J
K L M N O P Q R S T
U V W X Y Z _

最終更新一覧

stristr
 大文字小文字を区別せず文字列を検索し、ヒット箇所以降(あるいは以前)の文字列を返却

stripslashes
 バックスラッシュでエスケープされた文字列から、バックスラッシュを取り除く

stripos
 大文字小文字を区別せずに文字列が最初に現れる位置を取得する

stripcslashes
 addcslashes() でクォートされた文字列をアンクォートする

strip_tags
 文字列から HTML と PHP のタグを除去して返却

strcspn
 指定した文字が最初に現れる位置を調べる

strcoll
 ロケールに基づいて2つの文字列を比較し同じか(あるいは大小)を判定する

strcmp
 2つの文字列を比較し同じか(あるいは大小)を判定する

strchr
 strstr() のエイリアス

strcasecmp
 2つの文字列を比較(大文字小文字を区別せず同じとみなす)

カテゴリー一覧

PHP の振る舞いの変更
音声フォーマットの操作
認証サービス
コマンドライン関連
圧縮およびアーカイブ
暗号
データベース関連
日付および時刻関連
ファイルシステム
自然言語および文字エンコーディング
画像処理および作成
メール関連
数学
テキスト以外の MIME 型
プロセス制御
その他の基本モジュール
その他のサービス
検索エンジン用の拡張モジュール
サーバー固有のモジュール
セッション関連
テキスト処理
変数・データ型関連
ウェブサービス
Windows 用のモジュール
XML 操作
GUI用の拡張モジュール