検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 388 for warning (0.138 sec.)
Record info log information 4464
« SeasLog::getRequestVariable SeasLog::log » PHP Manual SeasLog Record info log information Seas ... :notice() - Record notice log information SeasLog::warning() - Record warning log information SeasLog::error( ...
https://man.plustar.jp/php/seaslog.info.html - [similar]
Record notice log information 4464
« SeasLog::log SeasLog::setBasePath » PHP Manual SeasLog Record notice log information SeasLog:: ... Log::info() - Record info log information SeasLog::warning() - Record warning log information SeasLog::error( ...
https://man.plustar.jp/php/seaslog.notice.html - [similar]
ストリームから読み込む 4464
« streamWrapper::stream_open streamWrapper::stream_seek » PHP Manual streamWrapper ストリームから ... ッドのコールに (未実装などの理由で) 失敗した場合、 E_WARNING を発行します。 注意 : 戻り値が count より長い場合は ... E_WARNING エラーが発生し、余分なデータは失われます。 注意 注 ...
https://man.plustar.jp/php/streamwrapper.stream-read.html - [similar]
assertion が false であるかどうかを調べる 4420
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false ... ons ( ASSERT_ACTIVE , 1 ); assert_options ( ASSERT_WARNING , 0 ); assert_options ( ASSERT_QUIET_EVAL , 1 ); / ... ons ( ASSERT_ACTIVE , 1 ); assert_options ( ASSERT_WARNING , 0 ); assert_options ( ASSERT_QUIET_EVAL , 1 ); / ... が 0 の場合は、上の例の結果は次のようになります。 Warning: assert(): assert(true == false) failed in - on li ... が 0 の場合は、上の例の結果は次のようになります。 Warning: assert(): CustomError: True is not false! in -:4 ...
https://man.plustar.jp/php/function.assert.html - [similar]
Mysql_xdevapi 4377
« 変更履歴 はじめに » PHP Manual MySQL Mysql_xdevapi Mysql_xdevapi はじめに インストール/設定 要 ... vapi\BaseResult — BaseResult クラス BaseResult::getWarnings — 直近の操作の警告を取得する BaseResult::getWarni ... る DocResult::fetchOne — 一行取得する DocResult::getWarnings — 直近の操作から発生した警告を取得する DocResult: ... :getWarningsCount — 直近の操作で発生した警告の数を取得する mys ... GeneratedIds — 生成された id を取得する Result::getWarnings — 直近の操作から発生した警告を取得する Result::ge ...
https://man.plustar.jp/php/book.mysql-xdevapi.html - [similar]
内部文字エンコーディングを設定あるいは取得する 4377
« mb_http_output mb_language » PHP Manual マルチバイト文字列 関数 内部文字エンコーディングを設定 ... るようになりました。 これより前のバージョンでは、 E_WARNING が発生していました。 変更履歴 バージョン 説明 8.0. ... るようになりました。 これより前のバージョンでは、 E_WARNING が発生していました。 例 例1 mb_internal_encoding() ...
https://man.plustar.jp/php/function.mb-internal-encoding.html - [similar]
システムログのメッセージを生成する 4377
« socket_set_timeout RRD » PHP Manual ネットワーク 関数 システムログのメッセージを生成する syslo ... CRIT 致命的な条件 LOG_ERR エラーを発生する条件 LOG_WARNING 警告を発生する条件 LOG_NOTICE 通常の動作だが、特徴 ... する $access = date ( "Y/m/d H:i:s" ); syslog ( LOG_WARNING , "Unauthorized client: $access { $_SERVER [ 'REMO ...
https://man.plustar.jp/php/function.syslog.html - [similar]
実行時設定 4377
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL assert.warning "1" PHP_INI_ALL assert.callback NULL PHP_INI_ALL a ... が失敗した時にスクリプトの実行を終了します。 assert.warning bool assertion が失敗する度に PHP 警告を発行します ... クティブで設定した数を超える入力変数があった場合は E_WARNING が発生し、 それ以降の入力変数はリクエストから削除さ ...
https://man.plustar.jp/php/info.configuration.html - [similar]
mysqli クラス 4325
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... c readonly int $ thread_id ; public readonly int $ warning_count ; /* メソッド */ public __construct ( string ... array public get_server_info (): string public get_warnings (): mysqli_warning | false public kill ( int $pro ... SQL サーバーのバージョンを整数値で返す mysqli::get_warnings — SHOW WARNINGS の結果を取得する mysqli::$info — ... ::use_result — 結果セットの取得を開始する mysqli::$warning_count — 指定した接続の直近のクエリから発生した警告 ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
出力する PHP エラーの種類を設定する 4325
« error_log restore_error_handler » PHP Manual エラー処理関数 出力する PHP エラーの種類を設定する ... 実行時エラーを表示する error_reporting ( E_ERROR | E_WARNING | E_PARSE ); // E_NOTICE を表示させるのもおすすめ( ... 名のスペルミスなど…) error_reporting ( E_ERROR | E_WARNING | E_PARSE | E_NOTICE ); // E_NOTICE 以外の全てのエ ...
https://man.plustar.jp/php/function.error-reporting.html - [similar]