検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 642 for Exception (0.031 sec.)
名前空間の使用法: 基本編 3394
« 同一ファイル内での複数の名前空間の定義 名前空間と動的言語機能 » PHP Manual 名前空間 名前空間の ... アクセスするには、完全修飾名を使用して \strlen() 、 \Exception あるいは \INI_ALL などとすることができます。 例1 グ ... ; function strlen () {} const INI_ALL = 3 ; class Exception {} $a = \ strlen ( 'hi' ); // グローバル関数 strle ... グローバル定数 INI_ALL にアクセスします $c = new \ Exception ( 'error' ); // グローバルクラス Exception のインス ...
https://man.plustar.jp/php/language.namespaces.basics.html - [similar]
Returns any write errors that occurred 3394
« MongoDB\Driver\WriteResult::getWriteConcernError MongoDB\Driver\WriteResult::isAcknowledged » ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 例 例1 M ... ollection' , $bulk ); } catch ( MongoDB \ Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWr ... ollection' , $bulk ); } catch ( MongoDB \ Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWr ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteerrors.html - [similar]
次の警告を取得する 3394
« mysqli_warning::__construct mysqli_sql_exception » PHP Manual mysqli_warning 次の警告を取得する ... , warning , 次 , next , 情報 , パラメータ , 関数 , exception ...
https://man.plustar.jp/php/mysqli-warning.next.html - [similar]
Constructs a new SyncMutex object 3394
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex:: ... current user that the process is running as or an exception will be thrown with a meaningless error message. 戻 ... り値 The new SyncMutex object. エラー / 例外 An exception is thrown if the mutex cannot be created or opened ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
ストリームからオブジェクトを読み込む 3379
« COMPersistHelper::LoadFromFile COMPersistHelper::SaveToFile » PHP Manual COMPersistHelper スト ... rsistStream::Load() の呼び出しに失敗した場合、 com_exception がスローされます。 関連キーワード: オブジェクト , ... LoadFromStream , 失敗 , stream , IPersistStream , exception , 呼び出し , Load ...
https://man.plustar.jp/php/compersisthelper.loadfromstream.html - [similar]
Returns the Javascript's scope document 3379
« MongoDB\BSON\Javascript::getCode MongoDB\BSON\Javascript::jsonSerialize » PHP Manual MongoDB\B ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 例 例1 M ... ocument , BSON , s , the , getScope , パラメータ , Exception , 参考 ...
https://man.plustar.jp/php/mongodb-bson-javascript.getscope.html - [similar]
Construct a new ObjectId 3379
« MongoDB\BSON\ObjectId MongoDB\BSON\ObjectId::getTimestamp » PHP Manual MongoDB\BSON\ObjectId C ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 Throws M ... ongoDB\Driver\Exception\InvalidArgumentException if id is not a 24-charact ... ing , a , construct , hexadecimal , InvalidArgumentException , not ...
https://man.plustar.jp/php/mongodb-bson-objectid.construct.html - [similar]
Returns the WriteError's error code 3379
« MongoDB\Driver\WriteError MongoDB\Driver\WriteError::getIndex » PHP Manual MongoDB\Driver\Writ ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 例 例1 M ... collection' , $bulk ); } catch( MongoDB \ Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWr ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getcode.html - [similar]
The MongoDB\Driver\Monitoring\CommandFailedEvent class 3365
« MongoDB\Driver\Monitoring\removeSubscriber MongoDB\Driver\Monitoring\CommandFailedEvent::getCo ... etDurationMicros (): int final public getError (): Exception final public getOperationId (): string final publi ... itoring\CommandFailedEvent::getError — Returns the Exception associated with the failed command MongoDB\Driver\ ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-commandfailedevent.ht... - [similar]
エラー報告モードを設定する 3365
« gnupg_setarmor gnupg_setsignmode » PHP Manual GnuPG 関数 エラー報告モードを設定する gnupg_sete ... 数を指定します。 GNUPG_ERROR_WARNING 、 GNUPG_ERROR_EXCEPTION および GNUPG_ERROR_SILENT が使用可能です。 デフォル ... ew gnupg (); $gpg -> seterrormode ( gnupg :: ERROR_EXCEPTION ); // エラー時には例外をスローします ?> 関連キーワ ...
https://man.plustar.jp/php/function.gnupg-seterrormode.html - [similar]