Results of 11 - 20 of about 142 for functions (0.002 sec.)
- Add callback functions triggered by events. 7668
- « Swoole\Client::isConnected Swoole\Client::pause » PHP Manual Swoole\Client Add callback functions
...
swoole >= 1.9.0) Swoole\Client::on — Add callback functions triggered by events. 説明 public Swoole\Client::on ...
ータ event callback 関連キーワード: callback , Add , functions , events , Swoole , event , isConnected , pause , ...
-
https://man.plustar.jp/php/swoole-client.on.html
- [similar]
- Remove all event callback functions of a socket. 7620
- « Swoole\Event::defer Swoole\Event::exit » PHP Manual Swoole\Event Remove all event callback functions
...
9.0) Swoole\Event::del — Remove all event callback functions of a socket. 説明 public static Swoole\Event::del ...
関連キーワード: Remove , all , event , callback , functions , Swoole , Event , of , a , defer ...
-
https://man.plustar.jp/php/swoole-event.del.html
- [similar]
- Register callback functions by event. 7573
- « Swoole\Server\Port::__destruct Swoole\Server\Port::set » PHP Manual Swoole\Server Register cal
...
lback functions by event. Swoole\Server\Port::on (PECL swoole >= 1 ...
.9.0) Swoole\Server\Port::on — Register callback functions by event. 説明 public Swoole\Server\Port::on ( str ...
戻り値 関連キーワード: callback , event , Register , functions , Swoole , Server , destruct , swoole , public , s ...
-
https://man.plustar.jp/php/swoole-server-port.on.html
- [similar]
- Remove all event callback functions of a socket 7537
- « swoole_event_defer swoole_event_exit » PHP Manual Swoole 関数 Remove all event callback functions
...
.9.0) swoole_event_del — Remove all event callback functions of a socket 説明 swoole_event_del ( int $fd ): boo ...
関連キーワード: event , Remove , all , callback , functions , swoole , of , a , defer , Swoole ...
-
https://man.plustar.jp/php/function.swoole-event-del.html
- [similar]
- Update the event callback functions of a socket 7490
- « swoole_event_exit swoole_event_wait » PHP Manual Swoole 関数 Update the event callback functions
...
.9.0) swoole_event_set — Update the event callback functions of a socket 説明 swoole_event_set ( int $fd , call ...
戻り値 関連キーワード: event , callback , Update , functions , swoole , the , of , a , int , callable ...
-
https://man.plustar.jp/php/function.swoole-event-set.html
- [similar]
- Add new callback functions of a socket into the EventLoop 7454
- « swoole_error_log swoole_event_defer » PHP Manual Swoole 関数 Add new callback functions of a s
...
oole >= 1.9.0) swoole_event_add — Add new callback functions of a socket into the EventLoop 説明 swoole_event_a ...
ード: swoole , callback , event , int , Add , new , functions , into , EventLoop , callable ...
-
https://man.plustar.jp/php/function.swoole-event-add.html
- [similar]
- Add new callback functions of a socket into the EventLoop. 7454
- « Swoole\Event Swoole\Event::defer » PHP Manual Swoole\Event Add new callback functions of a soc
...
ole >= 1.9.0) Swoole\Event::add — Add new callback functions of a socket into the EventLoop. 説明 public static ...
callback , Event , callable , events , Add , new , functions , into , read ...
-
https://man.plustar.jp/php/swoole-event.add.html
- [similar]
- Update the event callback functions of a socket. 7454
- « Swoole\Event::exit Swoole\Event::wait » PHP Manual Swoole\Event Update the event callback functions
...
9.0) Swoole\Event::set — Update the event callback functions of a socket. 説明 public static Swoole\Event::set ...
戻り値 関連キーワード: callback , Update , event , functions , Swoole , Event , of , a , the , string ...
-
https://man.plustar.jp/php/swoole-event.set.html
- [similar]
- SOAP リクエストによって処理される単一もしくはいくつかの関数を追加する 7240
- « SoapServer SoapServer::addSoapHeader » PHP Manual SoapServer SOAP リクエストによって処理される
...
ic SoapServer::addFunction ( array | string | int $functions ): void リモートクライアント用に単一もしくは複数の ...
関数をエクスポートします。 パラメータ functions 単一の関数をエクスポートするには、 このパラメータに ...
全ての関数をエクスポートする場合、特別な定数 SOAP_FUNCTIONS_ALL を渡してください。 注意 : functions は、全ての ...
"echoTwoStrings" )); $server -> addFunction ( SOAP_FUNCTIONS_ALL ); ?> 参考 SoapServer::__construct() - SoapSer ...
-
https://man.plustar.jp/php/soapserver.addfunction.html
- [similar]
- 定義済みの全ての関数を配列で返す 7145
- « function_exists register_shutdown_function » PHP Manual 関数処理 関数 定義済みの全ての関数を配
...
列で返す get_defined_functions (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) get_defined_ ...
定義済みの全ての関数を配列で返す 説明 get_defined_functions ( bool $exclude_disabled = true ): array すべての定 ...
ed パラメータが追加されました。 例 例1 get_defined_functions() の例 <?php function myrow ( $id , $data ) { retu ...
th><td> $data </td></tr>\n" ; } $arr = get_defined_functions (); print_r ( $arr ); ?> 上の例の出力は、 たとえば ...
-
https://man.plustar.jp/php/function.get-defined-functions.html
- [similar]