Results of 1 - 10 of about 20 for caught (0.006 sec.)
- Sets default callback to handle requests that are not caught by specific callbac... 13645
- « EventHttp::setCallback EventHttp::setMaxBodySize » PHP Manual EventHttp Sets default callback
...
to handle requests that are not caught by specific callbacks EventHttp::setDefaultCallbac ...
s default callback to handle requests that are not caught by specific callbacks 説明 public EventHttp::setDe ...
s default callback to handle requests that are not caught by specific callbacks パラメータ cb The callback c ...
aultCallback , default , handle , requests , not , caught , callbacks ...
-
https://man.plustar.jp/php/eventhttp.setdefaultcallback.html
- [similar]
- 例外を拡張する 12303
- « 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込
...
_CUSTOM ); } catch ( MyException $e ) { // Will be caught echo "Caught my exception\n" , $e ; $e -> customFu ...
on (); } catch ( Exception $e ) { // Skipped echo "Caught Default Exception\n" , $e ; } // 実行を継続する va ...
MyException $e ) { // この型にはマッチしない echo "Caught my exception\n" , $e ; $e -> customFunction (); } ...
catch ( Exception $e ) { // キャッチされる echo "Caught Default Exception\n" , $e ; } // 実行を継続する va ...
-
https://man.plustar.jp/php/language.exceptions.extending.html
- [similar]
- Makes event pending 9856
- « Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6-
...
st terminal window you should catch the following: Caught signal 15 */ class MyEventSignal { private $base , ...
blic function eventSighandler ( $no , $c ) { echo "Caught signal $no \n" ; $this -> base -> exit (); } } $ba ...
?> 上の例の出力は、 たとえば以下のようになります。 Caught signal 15 例2 Adding a timer <?php $base = new Eve ...
-
https://man.plustar.jp/php/event.add.html
- [similar]
- Constructing signal events 9244
- « Event callbacks Event » PHP Manual Event Constructing signal events Constructing signal events
...
st terminal window you should catch the following: Caught signal 15 */ class MyEventSignal { private $base , ...
blic function eventSighandler ( $no , $c ) { echo "Caught signal $no \n" ; $this -> base -> exit (); } } $ba ...
-
https://man.plustar.jp/php/event.constructing.signal.events.html
- [similar]
- PHP および DTrace の使用 8887
- « PHP および DTrace への入門 PHP DTrace 静的プローブとともに SystemTap を使用 » PHP Manual DTrac
...
される際に発射されます。 char * classname exception-caught 例外が捕捉される際に発射されます。 char * classnam ...
271 php ZEND_CATCH_SPEC_CONST_CV_HANDLER exception-caught 8 php15271 php zend_throw_exception_internal excep ...
ntf(" lineno %d\n", (int)arg2); } php*:::exception-caught { printf("PHP exception-caught\n"); printf(" class ...
-
https://man.plustar.jp/php/features.dtrace.dtrace.html
- [similar]
- 例外のスローを有効にする 8887
- « SQLite3::createFunction SQLite3::escapeString » PHP Manual SQLite3 例外のスローを有効にする SQ
...
ate table bar' ); } catch ( Exception $e ) { echo 'Caught exception: ' . $e -> getMessage (); } ?> 上の例の出 ...
near "foo": syntax error in example.php on line 4 Caught exception: near "bar": syntax error 関連キーワード ...
-
https://man.plustar.jp/php/sqlite3.enableexceptions.html
- [similar]
- PHP DTrace 静的プローブとともに SystemTap を使用 8768
- « PHP および DTrace の使用 関数リファレンス » PHP Manual DTrace 動的トレーシング PHP DTrace 静的
...
s("sapi/cli/php").provider("php").mark("exception__caught") process("sapi/cli/php").provider("php").mark("ex ...
s("sapi/cli/php").provider("php").mark("exception__caught") { printf("Probe exception__caught\n"); printf(" ...
-
https://man.plustar.jp/php/features.dtrace.systemtap.html
- [similar]
- The LuaSandboxFatalError class 8038
- « LuaSandboxErrorError LuaSandboxMemoryError » PHP Manual LuaSandbox The LuaSandboxFatalError cl
...
ncatchable LuaSandbox exceptions. These may not be caught inside Lua using pcall() or xpcall() . クラス概要 ...
-
https://man.plustar.jp/php/class.luasandboxfatalerror.html
- [similar]
- The LuaSandboxRuntimeError class 8038
- « LuaSandboxMemoryError LuaSandboxSyntaxError » PHP Manual LuaSandbox The LuaSandboxRuntimeError
...
chable LuaSandbox runtime exceptions. These may be caught inside Lua using pcall() or xpcall() . クラス概要 ...
-
https://man.plustar.jp/php/class.luasandboxruntimeerror.html
- [similar]
- Wrap a PHP callable in a LuaSandboxFunction 8038
- « LuaSandbox::unpauseUsageTimer LuaSandboxFunction » PHP Manual LuaSandbox Wrap a PHP callable i
...
ever only LuaSandboxRuntimeError exceptions may be caught inside Lua with pcall() or xpcall() . For more inf ...
-
https://man.plustar.jp/php/luasandbox.wrapphpfunction.html
- [similar]