検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 162 for catch (0.007 sec.)
phar アーカイブ内のファイルを、phar 内で別の新しいファイルとしてコピーする 6142
« PharData::convertToExecutable PharData::decompress » PHP Manual PharData phar アーカイブ内のフ ... 合に true を返します。しかし、より安全を期すなら try/catch ブロック内で使用して例外がスローされないことを確認 ... o $phar [ 'b' ]; // 出力は "phar://myphar.tar/b" } catch ( Exception $e ) { // エラー処理 } // 上のコードと ...
https://man.plustar.jp/php/phardata.copy.html - [similar]
新機能 6039
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... er as $val ) { // } } 例外処理における複数の例外の catch ひとつの catch ブロックで複数の例外を扱えるようにな ... したい場合に有用です。 <?php try { // 何かのコード } catch ( FirstException | SecondException $e ) { // First ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
Create a new BulkWrite 6039
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... ite ( 'db.collection' , $bulk , $writeConcern ); } catch ( MongoDB \ Driver \ Exception \ BulkWriteExceptio ... -> getMessage (), $writeError -> getCode () ); } } catch ( MongoDB \ Driver \ Exception \ Exception $e ) { ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
トランザクションおよび自動コミット 6039
« 接続、および接続の管理 プリペアドステートメントおよびストアドプロシージャ » PHP Manual PDO トラ ... えないことが保証されます。もし何か問題が発生すれば、 catch ブロック内でトランザクション開始以降のすべての変更 ... R_PERSISTENT => true )); echo "接続しました\n" ; } catch ( Exception $e ) { die( "接続できません: " . $e -> ... values (23, 50000, NOW())" ); $dbh -> commit (); } catch ( Exception $e ) { $dbh -> rollBack (); echo "失敗 ...
https://man.plustar.jp/php/pdo.transactions.html - [similar]
6039
« リソース型 V8Js » PHP Manual V8js 例 例 基本的な使用例 例1 基本的な Javascript の実行 <?php $v ... mp ( $v8 -> executeString ( $JS , 'basic.js' )); } catch ( V8JsException $e ) { var_dump ( $e ); } ?> 上の例 ...
https://man.plustar.jp/php/v8js.examples.html - [similar]
Create a new Command 5936
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... mmand ); $response = $cursor -> toArray ()[ 0 ]; } catch( MongoDB \ Driver \ Exception $e ) { echo $e -> ge ... mmand ); $response = $cursor -> toArray ()[ 0 ]; } catch( MongoDB \ Driver \ Exception \ Exception $e ) { e ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
トランザクションを開始する 5936
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... he data in the database */ $mysqli -> commit (); } catch ( mysqli_sql_exception $exception ) { $mysqli -> r ... ta in the database */ mysqli_commit ( $mysqli ); } catch ( mysqli_sql_exception $exception ) { mysqli_rollb ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
基本的な VarnishStat の使用法 5936
« 基本的な VarnishAdmin の使用法 基本的な VarnishLog の使用法 » PHP Manual 例 基本的な VarnishSt ... rnishStat ; try { $data = $vs -> getSnapshot (); } catch ( VarnishException $e ) { echo $e -> getMessage () ...
https://man.plustar.jp/php/varnish.example.stat.html - [similar]
The MongoDB\Driver\BulkWrite class 5844
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... ite ( 'db.collection' , $bulk , $writeConcern ); } catch ( MongoDB \ Driver \ Exception \ BulkWriteExceptio ... -> getMessage (), $writeError -> getCode () ); } } catch ( MongoDB \ Driver \ Exception \ Exception $e ) { ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]
PharException クラス 5844
« PharFileInfo::setMetadata Rar » PHP Manual Phar PharException クラス PharException クラス (PHP ... har >= 1.0.0) はじめに PharException クラスは、try/catch ブロックで使用するための phar 固有の例外クラスです ...
https://man.plustar.jp/php/class.pharexception.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT