検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 1188 for error (0.009 sec.)
Send an HTML error message to the client 4365
« EventHttpRequest::removeHeader EventHttpRequest::sendReply » PHP Manual EventHttpRequest Send ... an HTML error message to the client EventHttpRequest::sendError ... (PECL event >= 1.4.0-beta) EventHttpRequest::sendError — Send an HTML error message to the client 説明 pu ... blic EventHttpRequest::sendError ( int $error , string $reason = null ): void Send ... an HTML error message to the client. パラメータ error The HTTP e ...
https://man.plustar.jp/php/eventhttprequest.senderror.html - [similar]
直近のエラーの説明を取得する 4365
« intl_get_error_code intl_is_failure » PHP Manual 国際化 関数 直近のエラーの説明を取得する intl ... _get_error_message (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl > ... = 1.0.0) intl_get_error_message — 直近のエラーの説明を取得する 説明 intl_g ... et_error_message (): string 直近の国際化関数のコールによるエ ... ルで発生したエラーの説明を返します。 例 例1 intl_get_error_message() の例 <?php if( Collator :: getAvailableL ...
https://man.plustar.jp/php/function.intl-get-error-message.html - [similar]
直近の操作のエラーテキストを取得する 4365
« MessageFormatter::getErrorCode MessageFormatter::getLocale » PHP Manual MessageFormatter 直近の ... 操作のエラーテキストを取得する MessageFormatter::getErrorMessage msgfmt_get_error_message (PHP 5 >= 5.3.0, P ... 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::getErrorMessage -- msgfmt_get_error_message — 直近の操作のエ ... 説明 オブジェクト指向型 public MessageFormatter::getErrorMessage (): string 手続き型 msgfmt_get_error_messag ... 値 直近のエラーの説明を返します。 例 例1 msgfmt_get_error_message() の例 <?php $fmt = msgfmt_create ( "en_US ...
https://man.plustar.jp/php/messageformatter.geterrormessage.html - [similar]
バンドルの直近のエラーメッセージを取得する 4365
« ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ ... ラーメッセージを取得する ResourceBundle::getErrorMessage resourcebundle_get_error_message (PHP 5 >= ... P 7, PHP 8, PECL intl >= 2.0.0) ResourceBundle::getErrorMessage -- resourcebundle_get_error_message — バンド ... 説明 オブジェクト指向型 public ResourceBundle::getErrorMessage (): string 手続き型 resourcebundle_get_erro ... ラーメッセージを返します。 例 例1 resourcebundle_get_error_message() の例 <?php $r = resourcebundle_create ( ...
https://man.plustar.jp/php/resourcebundle.geterrormessage.html - [similar]
4348
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... come' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ... ], ENT_QUOTES ), E_USER_ERROR ); } // 文を準備します $stid = oci_parse ( $conn , ... CT * FROM departments' ); if (! $stid ) { $e = oci_error ( $conn ); trigger_error ( htmlentities ( $e [ 'me ... ssage' ], ENT_QUOTES ), E_USER_ERROR ); } // クエリを実行します $r = oci_execute ( $sti ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
Output error messages to the log 4331
« swoole_errno swoole_event_add » PHP Manual Swoole 関数 Output error messages to the log swoole ... _error_log (PECL swoole >= 4.5.8) swoole_error_log — Outp ... ut error messages to the log 説明 swoole_error_log ( int $l ... evel , string $msg ): void Output error messages to the log. パラメータ level Log Level, c ... WOOLE_LOG_NOTICE , SWOOLE_LOG_WARNING , SWOOLE_LOG_ERROR , SWOOLE_LOG_NONE msg Message content to be writte ...
https://man.plustar.jp/php/function.swoole-error-log.html - [similar]
trigger_error のエイリアス 4331
« trigger_error FFI » PHP Manual エラー処理関数 trigger_error のエイリアス user_error (PHP 4, PH ... P 5, PHP 7, PHP 8) user_error — trigger_error() のエイリアス 説明 この関数は次の ... 関数のエイリアスです。 trigger_error() . 関連キーワード: 関数 , user , エラー , 処理 , ...
https://man.plustar.jp/php/function.user-error.html - [similar]
XML パーサのエラー文字列を得る 4331
« XML パーサ 関数 xml_get_current_byte_index » PHP Manual XML パーサ 関数 XML パーサのエラー文字 ... 列を得る xml_error_string (PHP 4, PHP 5, PHP 7, PHP 8) xml_error_stri ... ng — XML パーサのエラー文字列を得る 説明 xml_error_string ( int $error_code ): ? string エラーコード ... _code の説明を有する文字列を 返します。 パラメータ error_code xml_get_error_code() からのエラーコード。 戻り ... 値 エラーコード error_code の説明を有する文字列を 返します。説明がない場 ...
https://man.plustar.jp/php/function.xml-error-string.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 4313
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... come' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ... ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT departmen ... come' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ... ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT id, descr ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
エラーが起きたファイルを取得する 4296
« Error::getCode Error::getLine » PHP Manual Error エラーが起きたファイルを取得する Error::getFi ... le (PHP 7, PHP 8) Error::getFile — エラーが起きたファイルを取得する 説明 f ... inal public Error::getFile (): string エラーが起きたファイル名を取得 ... 。 戻り値 エラーが起きたファイル名を返します 例 例1 Error::getFile() の例 <?php try { throw new Error ; } ca ... tch( Error $e ) { echo $e -> getFile (); } ?> 上の例の出力は、 ...
https://man.plustar.jp/php/error.getfile.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT