検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 162 for catch (0.063 sec.)
例外が作られたファイルを取得する 5741
« Exception::getCode Exception::getLine » PHP Manual Exception 例外が作られたファイルを取得する ... getFile() の例 <?php try { throw new Exception ; } catch( Exception $e ) { echo $e -> getFile (); } ?> 上の ...
https://man.plustar.jp/php/exception.getfile.html - [similar]
例外が作られた行を取得する 5741
« Exception::getFile Exception::getTrace » PHP Manual Exception 例外が作られた行を取得する Excep ... { throw new Exception ( "Some error message" ); } catch( Exception $e ) { echo "The exception was created ...
https://man.plustar.jp/php/exception.getline.html - [similar]
スタックトレースを取得する 5741
« Exception::getLine Exception::getTraceAsString » PHP Manual Exception スタックトレースを取得す ... test () { throw new Exception ; } try { test (); } catch( Exception $e ) { var_dump ( $e -> getTrace ()); } ...
https://man.plustar.jp/php/exception.gettrace.html - [similar]
スタックトレースを文字列で取得する 5741
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得 ... test () { throw new Exception ; } try { test (); } catch( Exception $e ) { echo $e -> getTraceAsString (); ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
例外の文字列表現 5741
« Exception::getTraceAsString Exception::__clone » PHP Manual Exception 例外の文字列表現 Excepti ... { throw new Exception ( "Some error message" ); } catch( Exception $e ) { echo $e ; } ?> 上の例の出力は、 ...
https://man.plustar.jp/php/exception.tostring.html - [similar]
Returns the WriteError's error code 5741
« MongoDB\Driver\WriteError MongoDB\Driver\WriteError::getIndex » PHP Manual MongoDB\Driver\Writ ... -> executeBulkWrite ( 'db.collection' , $bulk ); } catch( MongoDB \ Driver \ Exception \ BulkWriteException ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getcode.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 5741
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... e ); print "Committed 2 row in the database\n" ; } catch ( mysqli_sql_exception $exception ) { $mysqli -> r ... e ); print "Committed 2 row in the database\n" ; } catch ( mysqli_sql_exception $exception ) { mysqli_rollb ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
コンストラクタ 5741
« RecursiveCachingIterator RecursiveCachingIterator::getChildren » PHP Manual RecursiveCachingIt ... をすべての要素に対してコールします (デフォルト)。 CATCH_GET_CHILD は 子を取得しようとしたときに発生する例外 ...
https://man.plustar.jp/php/recursivecachingiterator.construct.html - [similar]
RecursiveTreeIterator を作成する 5741
« RecursiveTreeIterator::callHasChildren RecursiveTreeIterator::current » PHP Manual RecursiveTr ... KEY , int $cachingIteratorFlags = CachingIterator::CATCH_GET_CHILD , int $mode = RecursiveTreeIterator::SEL ...
https://man.plustar.jp/php/recursivetreeiterator.construct.html - [similar]
Retrieve exception's type 5741
« Yar_Server_Exception Yar_Client_Exception » PHP Manual Yar_Server_Exception Retrieve exception ... ; try { $client -> throw_exception ( "client" ); } catch ( Yar_Server_Exception $e ) { var_dump ( $e -> get ...
https://man.plustar.jp/php/yar-server-exception.gettype.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT