検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 252 for exit (0.011 sec.)
Uopz 関数 5911
« 定義済み定数 uopz_add_function » PHP Manual uopz Uopz 関数 Uopz 関数 目次 uopz_add_function — ... Adds non-existent function or method uopz_allow_exit — Allows control over disabled exit opcode uopz_ba ... _function — Creates a function at runtime uopz_get_exit_status — Retrieve the last set exit status uopz_ge ...
https://man.plustar.jp/php/ref.uopz.html - [similar]
Zend に対するユーザー操作 5821
« runkit7_zval_inspect はじめに » PHP Manual PHP の振る舞いの変更 Zend に対するユーザー操作 Zend ... — Adds non-existent function or method uopz_allow_exit — Allows control over disabled exit opcode uopz_ba ... _function — Creates a function at runtime uopz_get_exit_status — Retrieve the last set exit status uopz_ge ...
https://man.plustar.jp/php/book.uopz.html - [similar]
win32service 5821
« variant_xor はじめに » PHP Manual Windows 用のモジュール win32service win32service はじめに イ ... a custom control to the service win32_set_service_exit_code — Define or return the exit code for the curr ... ent running service win32_set_service_exit_mode — Define or return the exit mode for the curr ...
https://man.plustar.jp/php/book.win32service.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 5781
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... > base = new EventBase (); if (! $this -> base ) { exit( "Couldn't open event base\n" ); } if (! $this -> ... istener :: OPT_REUSEABLE , - 1 , '0.0.0.0:25' )) { exit( "Couldn't create listener\n" ); } $this -> listen ... echo "Failed creating buffer\n" ; $this -> base -> exit ( NULL ); exit( 1 ); } $this -> connections [ $id ... etError ()); if ( $errno != 0 ) { $this -> base -> exit ( NULL ); exit(); } } public function ev_close ( $ ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
The Swoole\Event class 5741
« Swoole\Coroutine::suspend Swoole\Event::add » PHP Manual Swoole The Swoole\Event class The Swo ... blic static del ( string $fd ): bool public static exit (): void public static set ( int $fd , string $rea ... vent callback functions of a socket. Swoole\Event::exitExit the eventloop, only available at client sid ...
https://man.plustar.jp/php/class.swoole-event.html - [similar]
サービスの状態を更新する 5741
« win32_set_service_exit_mode win32_start_service_ctrl_dispatcher » PHP Manual win32service 関数 ... 信された直近の制御メッセージを返す win32_set_service_exit_mode() - Define or return the exit mode for the cu ... rrent running service win32_set_service_exit_code() - Define or return the exit code for the cu ...
https://man.plustar.jp/php/function.win32-set-service-status.html - [similar]
Creates new connection listener associated with an event base 5661
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... this -> base ) { echo "Couldn't open event base" ; exit( 1 ); } // Variant #1 /* $this->socket = socket_cr ... .0.0.0', $port)) { echo "Unable to bind socket\n"; exit(1); } $this->listener = new EventListener($this->b ... -> listener ) { echo "Couldn't create listener" ; exit( 1 ); } $this -> listener -> setErrorCallback (arr ... (), EventUtil :: getLastSocketError ()); $base -> exit ( NULL ); } } $port = 9808 ; if ( $argc > 1 ) { $p ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
定義済み定数 5661
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... re defined as constants by uopz before 5.0.0: ZEND_EXIT ( int ) Invoked by exit() and die(), receives no a ... rguments. Return boolean true to exit, false to continue ZEND_NEW ( int ) Invoked by obj ... D opcode constant) ZEND_USER_OPCODE_RETURN ( int ) Exit from executor (return from function) The following ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
サーバーに MySQL スレッドの停止を問い合わせる 5611
« mysqli::$insert_id mysqli::more_results » PHP Manual mysqli サーバーに MySQL スレッドの停止を問 ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* スレッド ID を取得します */ $thread_id = $ ... )) { printf ( "Error: %s\n" , $mysqli -> error ); exit; } /* 接続を閉じます */ $mysqli -> close (); ?> 手 ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* スレッド ID を取得します */ $thread_id = m ... printf ( "Error: %s\n" , mysqli_error ( $link )); exit; } /* 接続を閉じます */ mysqli_close ( $link ); ?> ...
https://man.plustar.jp/php/mysqli.kill.html - [similar]
Returns underlying output buffer associated with current buffer event 5571
« EventBufferEvent::getInput EventBufferEvent::read » PHP Manual EventBufferEvent Returns underl ... ); // Use async DNS resolving if (! $dns_base ) { exit( "Failed to init DNS Base\n" ); } $bev = new Event ... tecb */ NULL , "eventcb" , $base ); if (! $bev ) { exit( "Failed creating bufferevent socket\n" ); } $bev ... gv [ 1 ]} \r\n" . "Connection: Close\r\n\r\n" )) { exit( "Failed adding request to output buffer\n" ); } / ...
https://man.plustar.jp/php/eventbufferevent.getoutput.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT