検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 1188 for error (0.030 sec.)
collator の直近のエラーコードを取得する 3771
« Collator::getAttribute Collator::getErrorMessage » PHP Manual Collator collator の直近のエラー ... コードを取得する Collator::getErrorCode collator_get_error_code (PHP 5 >= 5.3.0, PHP 7 ... , PHP 8, PECL intl >= 1.0.0) Collator::getErrorCode -- collator_get_error_code — collator の直近の ... 取得する 説明 オブジェクト指向型 public Collator::getErrorCode (): int | false 手続き型 collator_get_error_co ... 失敗した場合に false を返します 例 例1 collator_get_error_code() の例 <?php $coll = collator_create ( 'en_US ...
https://man.plustar.jp/php/collator.geterrorcode.html - [similar]
エラー報告の各フィールドを返す 3771
« pg_query pg_result_error » PHP Manual PostgreSQL 関数 エラー報告の各フィールドを返す pg_result ... _error_field (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_result_err ... ld — エラー報告の各フィールドを返す 説明 pg_result_error_field ( PgSql\Result $result , int $field_code ): ... string | false | null pg_result_error_field() は、 result インスタンスに関するエラーメッ ... 詳細なエラー情報を 取得する必要がある場合は、 pg_set_error_verbosity() および pg_last_error() を使用してその結 ...
https://man.plustar.jp/php/function.pg-result-error-field.html - [similar]
エラーオブジェクトを生成する 3754
« Error Error::getMessage » PHP Manual Error エラーオブジェクトを生成する Error::__construct (PH ... P 7, PHP 8) Error::__construct — エラーオブジェクトを生成する 説明 p ... ublic Error::__construct ( string $message = "" , int $code = ...
https://man.plustar.jp/php/error.construct.html - [similar]
指定したエラー番号に対応するシステムのエラーメッセージを取得する 3754
« posix_setuid posix_times » PHP Manual POSIX 関数 指定したエラー番号に対応するシステムのエラーメ ... ッセージを取得する posix_strerror (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) posix_strerr ... るシステムのエラーメッセージを取得する 説明 posix_strerror ( int $error_code ): string 指定したエラー番号 err ... 対応する POSIX システムエラーメッセージを返します。 error_code を取得するには、 posix_get_last_error() をコー ... ルします。 パラメータ error_code posix_get_last_error() が返す POSIX エラー番号 ...
https://man.plustar.jp/php/function.posix-strerror.html - [similar]
フォーマッタの直近のエラーメッセージを取得する 3754
« NumberFormatter::getErrorCode NumberFormatter::getLocale » PHP Manual NumberFormatter フォーマ ... 直近のエラーメッセージを取得する NumberFormatter::getErrorMessage numfmt_get_error_message (PHP 5 >= 5.3.0, P ... 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::getErrorMessage -- numfmt_get_error_message — フォーマッタの ... 説明 オブジェクト指向型 public NumberFormatter::getErrorMessage (): string 手続き型 numfmt_get_error_messag ... ールのエラーメッセージを返します。 例 例1 numfmt_get_error_message() の例 <?php $fmt = numfmt_create ( 'de_DE ...
https://man.plustar.jp/php/numberformatter.geterrormessage.html - [similar]
エラーをクローンする 3737
« Error::__toString ArgumentCountError » PHP Manual Error エラーをクローンする Error::__clone (P ... HP 7, PHP 8) Error::__clone — エラーをクローンする 説明 private Error ... 能では ありません 。 変更履歴 バージョン 説明 8.1.0 Error::__clone() は、 final ではなくなりました。 関連キー ... ード: エラー , パラメータ , toString , ArgumentCountError , private , メソッド , fatal , 関数 , 例外 , 変更 ...
https://man.plustar.jp/php/error.clone.html - [similar]
エラー報告モードを設定する 3737
« gnupg_setarmor gnupg_setsignmode » PHP Manual GnuPG 関数 エラー報告モードを設定する gnupg_seterror ... rrormode (PECL gnupg >= 0.6) gnupg_seterrormode — エラー報告モードを設定する 説明 gnupg_seterr ... ormode ( resource $identifier , int $errormode ): void error_reporting のモードを設定します。 ... nit() あるいは gnupg のコールで得られた gnupg ID。 errormode エラー形式。 errormode には、 使用するエラー報 ... 告形式を表す定数を指定します。 GNUPG_ERROR_WARNING 、 GNUPG_ERROR_EXCEPTION および GNUPG_ERRO ...
https://man.plustar.jp/php/function.gnupg-seterrormode.html - [similar]
posix_get_last_error のエイリアス 3725
« posix_ctermid posix_get_last_error » PHP Manual POSIX 関数 posix_get_last_error のエイリアス p ... PHP 5, PHP 7, PHP 8) posix_errno — posix_get_last_error() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 posix_get_last_error() . 関連キーワード: 関数 , errno , ctermid , ...
https://man.plustar.jp/php/function.posix-errno.html - [similar]
Get error code 3725
« trader_ema trader_exp » PHP Manual Trader 関数 Get error code trader_errno (PECL trader >= 0.3 ... .0) trader_errno — Get error code 説明 trader_errno (): int Get error code of t ... 関数にはパラメータはありません。 戻り値 Returns the error code identified by one of the TRADER_ERR_* constan ...
https://man.plustar.jp/php/function.trader-errno.html - [similar]
Send all calls 3690
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Se ... _Client::loop ( callable $callback = ? , callable $error_callback = ? ): bool Send all registed remote RPC ... callback specified while registering will be used. error_callback If this callback is set, then Yar will ca ... ll this callback while error occurred. 戻り値 例 例1 Yar_Concurrent_Client::loo ... nce" ] , "\n" ; var_dump ( $retval ); } } function error_callback ( $type , $error , $callinfo ) { error_lo ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]