検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 163 for ERRNO (0.005 sec.)
ユーザー定義のエラーハンドラ関数を設定する 6588
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... グネチャに従うコールバックを渡します: handler ( int $errno , string $errstr , string $errfile = ? , int $errl ... ine = ? , array $errcontext = ? ): bool errno 最初のパラメータ errno は、発生させる エラーのレベ ... p // エラーハンドラ関数 function myErrorHandler ( $errno , $errstr , $errfile , $errline ) { if (!( error_r ... eporting () & $errno )) { // error_reporting 設定に含まれていないエラー ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
直近のエラーの内容を文字列で返す 6542
« mysqli::$error_list mysqli::$field_count » PHP Manual mysqli 直近のエラーの内容を文字列で返す ... 接続状況をチェックします */ if ( $mysqli -> connect_errno ) { printf ( "Connect failed: %s\n" , $mysqli -> c ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... e: Unknown system variable 'a' 参考 mysqli_connect_errno() - 直近の接続コールに関するエラーコードを返す mys ... nect_error() - 直近の接続エラーの説明を返す mysqli_errno() - 直近の関数コールによるエラーコードを返す mysql ...
https://man.plustar.jp/php/mysqli.error.html - [similar]
制御する端末のパス名を得る 6496
« posix_access posix_errno » PHP Manual POSIX 関数 制御する端末のパス名を得る posix_ctermid (PHP ... 名を表す文字列を作成します。 エラーが発生した場合は errno を設定します。この値を調べるには posix_get_last_er ... す文字列を返します。 それ以外の場合は false を返し、errno を設定します。 この値を調べるには posix_get_last_e ... 連キーワード: パス , 端末 , 制御 , ctermid , 設定 , errno , 関数 , エラー , パラメータ , 参考 ...
https://man.plustar.jp/php/function.posix-ctermid.html - [similar]
Resets the last error string 6451
« fann_reset_errno fann_reset_MSE » PHP Manual Fann 関数 Resets the last error string fann_reset ... _get_errstr() - Returns the last errstr fann_reset_errno() - Resets the last error number 関連キーワード: R ... esets , string , fann , the , errstr , errno , errdat , リソース , Fann , 関数 ...
https://man.plustar.jp/php/function.fann-reset-errstr.html - [similar]
新しい関数 6451
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新しい関数 新しい関 ... () Closure Closure::fromCallable() CURL curl_multi_errno() curl_share_errno() curl_share_strerror() OpenSSL ... ーワード: 関数 , windows , pcntl , share , Closure , errno , コア , conv , 移行 , fromCallable ...
https://man.plustar.jp/php/migration71.new-functions.html - [similar]
mysqli_warning クラス 6405
« mysqli_driver::$report_mode mysqli_warning::__construct » PHP Manual MySQLi mysqli_warning クラ ... message ; public string $ sqlstate ; public int $ errno ; /* メソッド */ private __construct () public nex ... ロパティ message メッセージ文字列 sqlstate SQL state errno エラー番号 目次 mysqli_warning::__construct — イン ... g , クラス , public , construct , next , private , errno , sqlstate , string ...
https://man.plustar.jp/php/class.mysqli-warning.html - [similar]
Returns the last errstr 6405
« fann_get_errno fann_get_layer_array » PHP Manual Fann 関数 Returns the last errstr fann_get_er ... t_errstr() - Resets the last error string fann_get_errno() - Returns the last error number 関連キーワード: ... errstr , Returns , fann , the , string , errno , リソース , errdat , 参考 , トレーニング ...
https://man.plustar.jp/php/function.fann-get-errstr.html - [similar]
直近の LDAP コマンドの LDAP エラーメッセージを返す 6268
« ldap_errno ldap_escape » PHP Manual LDAP 関数 直近の LDAP コマンドの LDAP エラーメッセージを返 ... エラーを表すエラーメッセージ文字列を返します。 LDAP errno 番号は標準化されていますが、ライブラリによって異な ... のエラー番号をエラーメッセージ文字列に変換する ldap_errno() - 直近の LDAP コマンドの LDAP エラー番号を返す 関 ... ジ , コマンド , 直近 , エラー , 番号 , Connection , errno , 期待 , バージョン , インスタンス ...
https://man.plustar.jp/php/function.ldap-error.html - [similar]
直近の接続エラーの説明を返す 6177
« mysqli::$connect_errno mysqli::__construct » PHP Manual mysqli 直近の接続エラーの説明を返す my ... - mysqli::__construct のエイリアス mysqli_connect_errno() - 直近の接続コールに関するエラーコードを返す mys ... qli_errno() - 直近の関数コールによるエラーコードを返す mysql ... 連キーワード: mysqli , エラー , 直近 , 接続 , 説明 , errno , エラーコード , コール , 内容 , 関数 ...
https://man.plustar.jp/php/mysqli.connect-error.html - [similar]
6085
« 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための ... エラーハンドリング関数 function userErrorHandler ( $errno , $errmsg , $filename , $linenum , $vars ) { // エ ... $dt . "</datetime>\n" ; $err .= "\t<errornum>" . $errno . "</errornum>\n" ; $err .= "\t<errortype>" . $err ... ortype [ $errno ] . "</errortype>\n" ; $err .= "\t<errormsg>" . $e ... $linenum . "</scriptlinenum>\n" ; if ( in_array ( $errno , $user_errors )) { $err .= "\t<vartrace>" . wddx_ ...
https://man.plustar.jp/php/errorfunc.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT