検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 11 for severity (0.035 sec.)
Changes the driver error handling and logging configurations 12216
« sqlsrv_commit sqlsrv_connect » PHP Manual SQLSRV 関数 Changes the driver error handling and lo ... "WarningsReturnAsErrors", "LogSubsystems", and "LogSeverity". value The value of the specified setting. The fo ... _LOG_SYSTEM_STMT (4) SQLSRV_LOG_SYSTEM_UTIL (8) LogSeverity SQLSRV_LOG_SEVERITY_ALL (-1) SQLSRV_LOG_SEVERITY_E ... RROR (1) SQLSRV_LOG_SEVERITY_NOTICE (4) SQLSRV_LOG_SEVERITY_WARNING (2) 戻り値 ... ーワード: SQLSRV , LOG , SYSTEM , sqlsrv , setting , SEVERITY , driver , handling , logging , configurations ...
https://man.plustar.jp/php/function.sqlsrv-configure.html - [similar]
ErrorException 11824
« Exception::__clone ErrorException::__construct » PHP Manual 定義済みの例外 ErrorException Erro ... tends Exception { /* プロパティ */ protected int $ severity = E_ERROR ; /* 継承したプロパティ */ protected str ... ruct ( string $message = "" , int $code = 0 , int $severity = E_ERROR , ? string $filename = null , ? int $lin ... l , ? Throwable $previous = null ) final public getSeverity (): int /* 継承したメソッド */ final public Except ... g private Exception::__clone (): void } プロパティ severity 例外の深刻度 例 例1 set_error_handler() を使用した ...
https://man.plustar.jp/php/class.errorexception.html - [similar]
notification コンテキストパラメータ用のコールバック関数 9762
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... ification_callback ( int $notification_code , int $severity , string $message , int $message_code , int $bytes ... tification_code STREAM_NOTIFY_* 通知定数のひとつ。 severity STREAM_NOTIFY_SEVERITY_* 通知定数のひとつ。 messag ... ream_notification_callback ( $notification_code , $severity , $message , $message_code , $bytes_transferred , ... IFY_AUTH_RESULT : var_dump ( $notification_code , $severity , $message , $message_code , $bytes_transferred , ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
例外を作成する 9673
« ErrorException ErrorException::getSeverity » PHP Manual ErrorException 例外を作成する ErrorExc ... ruct ( string $message = "" , int $code = 0 , int $severity = E_ERROR , ? string $filename = null , ? int $lin ... ssage スローする例外メッセージ。 code 例外コード。 severity 例外の深刻度。 注意 : 任意の int を設定できますが、 ... n , int , filename , スロー , construct , string , severity , バージョン ...
https://man.plustar.jp/php/errorexception.construct.html - [similar]
定義済み定数 9086
« ストリームのクラス ストリームフィルタ » PHP Manual ストリーム 定義済み定数 定義済み定数 以下の ... 示します。 このとき、何が起こっているかについては、 severity を参照ください。 STREAM_NOTIFY_CONNECT 外部のリソー ... 、さらに認証情報が必要です。 通常に、 STREAM_NOTIFY_SEVERITY_ERR の severity (深刻度) と共に通知されます。 STRE ... (成功または失敗した)ことを示します。 STREAM_NOTIFY_SEVERITY_INFO 正常な状態における、エラーでない通知があること ... を示します。 STREAM_NOTIFY_SEVERITY_WARN 致命的でないエラーが発生したことを示します。処 ...
https://man.plustar.jp/php/stream.constants.html - [similar]
例外の深刻度を取得する 8677
« ErrorException::__construct Error » PHP Manual ErrorException 例外の深刻度を取得する ErrorExce ... ption::getSeverity (PHP 5 >= 5.1.0, PHP 7, PHP 8) ErrorException::get ... 刻度を取得する 説明 final public ErrorException::getSeverity (): int 例外の深刻度を返します。 パラメータ この関 ... の深刻度レベルを返します。 例 例1 ErrorException::getSeverity() の例 <?php try { throw new ErrorException ( "Exc ... catch( ErrorException $e ) { echo "This exception severity is: " . $e -> getSeverity (); var_dump ( $e -> get ...
https://man.plustar.jp/php/errorexception.getseverity.html - [similar]
定義済み定数 8090
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... d to sqlsrv_configure() as a parameter. SQLSRV_LOG_SEVERITY_ALL ( int ) Specifies that errors, warnings, and n ... d to sqlsrv_configure() as a parameter. SQLSRV_LOG_SEVERITY_ERROR ( int ) Specifies that errors will be logged ... d to sqlsrv_configure() as a parameter. SQLSRV_LOG_SEVERITY_NOTICE ( int ) Specifies that notices will be logg ... d to sqlsrv_configure() as a parameter. SQLSRV_LOG_SEVERITY_WARNING ( int ) Specifies that warnings will be lo ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]
定義済み定数 7308
« リソース型 例 » PHP Manual PostgreSQL 定義済み定数 定義済み定数 以下の定数が定義されています。 ... ら返されます。 接続が正常ではありません。 PGSQL_DIAG_SEVERITY ( int ) pg_result_error_field() に渡します。 深刻度 ... が、現在アクティブであることを示します。 PGSQL_DIAG_SEVERITY_NONLOCALIZED ( int ) 深刻度。 このフィールドの内容 ... これは、内容が多言語化されないことを除き、PG_DIAG_SEVERITY と同一です。 これはPostgreSQLのバージョン9.6以降で ...
https://man.plustar.jp/php/pgsql.constants.html - [similar]
例外(exceptions) 7112
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions ... 変換する <?php function exceptions_error_handler ( $severity , $message , $filename , $lineno ) { throw new Err ... orException ( $message , 0 , $severity , $filename , $lineno ); } set_error_handler ( 'ex ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
エラー報告の各フィールドを返す 7023
« pg_query pg_result_error » PHP Manual PostgreSQL 関数 エラー報告の各フィールドを返す pg_result ... code 以下の field_code が使用可能です。 PGSQL_DIAG_SEVERITY 、 PGSQL_DIAG_SQLSTATE 、 PGSQL_DIAG_MESSAGE_PRIMA ...
https://man.plustar.jp/php/function.pg-result-error-field.html - [similar]
PREV 1 2 NEXT