検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1188 for error (0.002 sec.)
エラー配列を取得する 4838
« libxml_disable_entity_loader libxml_get_last_error » PHP Manual libxml 関数 エラー配列を取得す ... る libxml_get_errors (PHP 5 >= 5.1.0, PHP 7, PHP 8) libxml_get_errors ... — エラー配列を取得する 説明 libxml_get_errors (): array エラー配列を取得します。 パラメータ この ... りません。 戻り値 エラーがバッファにある場合に LibXMLError オブジェクトの配列、 それ以外の場合に空の配列を返し ... ます。 例 例1 libxml_get_errors() の例 この例は、簡単な libxml エラーハンドラを構 ...
https://man.plustar.jp/php/function.libxml-get-errors.html - [similar]
Returns the error function used during training 4804
« fann_get_total_neurons fann_get_train_stop_function » PHP Manual Fann 関数 Returns the error f ... unction used during training fann_get_train_error_function (PECL fann >= 1.0.0) fann_get_train_error ... _function — Returns the error function used during training 説明 fann_get_train_ ... error_function ( resource $ann ): int Returns the error function used during training. The error functions ... are described further in error functions constants. The default error function is ...
https://man.plustar.jp/php/function.fann-get-train-error-function.html - [similar]
Sets the error function used during training 4804
« fann_set_scaling_params fann_set_train_stop_function » PHP Manual Fann 関数 Sets the error fun ... ction used during training fann_set_train_error_function (PECL fann >= 1.0.0) fann_set_train_error ... _function — Sets the error function used during training 説明 fann_set_train_ ... error_function ( resource $ann , int $error_function ): bool Sets the error function used duri ... ng training. The error functions are described further in error functions ...
https://man.plustar.jp/php/function.fann-set-train-error-function.html - [similar]
Returns an error string for the last error encountered 4769
« GearmanClient::echo GearmanClient::getErrno » PHP Manual GearmanClient Returns an error string ... for the last error encountered GearmanClient::error (PECL gearman >= ... 0.5.0) GearmanClient::error — Returns an error string for the last error encou ... ntered 説明 public GearmanClient::error (): string Returns an error string for the last er ... にはパラメータはありません。 戻り値 A human readable error string. 参考 GearmanClient::getErrno() - Get an er ...
https://man.plustar.jp/php/gearmanclient.error.html - [similar]
4752
« 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための ... ラー処理 <?php // 自分のエラーハンドリングを行います error_reporting ( 0 ); // ユーザーの定義したエラーハンド ... リング関数 function userErrorHandler ( $errno , $errmsg , $filename , $linenum , ... 慮する必要があるのは // E_WARNING、E_NOTICE、E_USER_ERROR、 // E_USER_WARNING そして E_USER_NOTICE だけです。 ... $errortype = array ( E_ERROR => 'Error' , E_WARNING => 'W ...
https://man.plustar.jp/php/errorfunc.examples.html - [similar]
4734
« 定義済み定数 Seaslog 関数 » PHP Manual Seaslog 例 例 例1 Get and set base path <?php $basePath ... 例3 Fast write log <?php SeasLog :: log ( SEASLOG_ERROR , 'this is a error test by ::log' ); SeasLog :: de ... github.com' , '{action}' => 'rboot' )); SeasLog :: error ( 'a error log' ); SeasLog :: critical ( 'some thi ... ります。 seaslog.appender = 1 2014-07-27 08:53:52 | ERROR | 23625 | 599159975a9ff | 1406422432.786 | this is ... a error test by log 2014-07-27 08:53:52 | DEBUG | 23625 | ...
https://man.plustar.jp/php/seaslog.examples.html - [similar]
Gets the last stomp error 4734
« Stomp::__destruct Stomp::getReadTimeout » PHP Manual Stomp Gets the last stomp error Stomp::error ... ror stomp_error (PECL stomp >= 0.1.0) Stomp::error -- stomp_error ... — Gets the last stomp error 説明 オブジェクト指向型 (method): public Stomp::er ... ror (): string 手続き型: stomp_error ( resource $link ): string Gets the last stomp err ... nnect() が返す stomp リンク ID。 戻り値 Returns an error string or false if no error occurred. 例 例1 オブジ ...
https://man.plustar.jp/php/stomp.error.html - [similar]
Returns the sarprop step error shift 4700
« fann_get_rprop_increase_factor fann_get_sarprop_step_error_threshold_factor » PHP Manual Fann ... 関数 Returns the sarprop step error shift fann_get_sarprop_step_error_shift (PECL fann ... >= 1.0.0) fann_get_sarprop_step_error_shift — Returns the sarprop step error shift 説明 ... fann_get_sarprop_step_error_shift ( resource $ann ): float Returns the sarprop ... step error shift. The default step error shift is 1.385. パラ ...
https://man.plustar.jp/php/function.fann-get-sarprop-step-error-shift.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 4700
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... ーハンドラ関数を設定する set_error_handler (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) set_ ... ユーザー定義のエラーハンドラ関数を設定する 説明 set_error_handler ( ? callable $callback , int $error_levels ... うな アプリケーションや、ある条件のもとに ( trigger_error() を使用して)エラーを発生する必要がある アプリケー ... たります。 コールバック関数が false を返さない限り、 error_levels で指定した型のエラーでは PHP 標準のエラーハ ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
Error 4688
« ErrorException::getSeverity Error::__construct » PHP Manual 定義済みの例外 Error Error (PHP 7, ... PHP 8) はじめに Error は、PHP のすべての内部エラーの基底クラスです。 クラ ... ス概要 class Error implements Throwable { /* プロパティ */ protected ... スを示す文字列 line スタックトレースを示す配列 目次 Error::__construct — エラーオブジェクトを生成する Error: ... :getMessage — エラーメッセージを取得する Error::getPrevious — 直前の Throwable を返す Error::getC ...
https://man.plustar.jp/php/class.error.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT