検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 163 for errno (0.020 sec.)
直近の pcntl 関数が失敗したときのエラー番号を取得する 5629
« pcntl_fork pcntl_getpriority » PHP Manual PCNTL 関数 直近の pcntl 関数が失敗したときのエラー番 ... コードを返します。 参考 pcntl_strerror() - 指定した errno に対応するシステムのエラーメッセージを取得する 関連 ... 直近 , 失敗 , エラー , 番号 , パラメータ , 対応 , errno ...
https://man.plustar.jp/php/function.pcntl-get-last-error.html - [similar]
スキャンの準備をする 5629
« yaz_scan_result yaz_schema » PHP Manual YAZ 関数 スキャンの準備をする yaz_scan (PHP 4 >= 4.0.5 ... "rpn" , "@attr 1=4 " . $startterm ); yaz_wait (); $errno = yaz_errno ( $id ); if ( $errno == 0 ) { $ar = ya ...
https://man.plustar.jp/php/function.yaz-scan.html - [similar]
新規に MySQL サーバーへの接続をオープンする 5629
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... 'my_password' , 'my_db' ); if ( $mysqli -> connect_errno ) { throw new RuntimeException ( 'mysqli connectio ... sqli -> set_charset ( 'utf8mb4' ); if ( $mysqli -> errno ) { throw new RuntimeException ( 'mysqli error: ' ... ' , 'my_password' , 'my_db' ); if ( mysqli_connect_errno ()) { throw new RuntimeException ( 'mysqli connect ... i_set_charset ( $mysqli , 'utf8mb4' ); if ( mysqli_errno ( $mysqli )) { throw new RuntimeException ( 'mysql ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
cURL 関数 5629
« 基本的な curl の使用法 curl_close » PHP Manual cURL cURL 関数 cURL 関数 目次 curl_close — cURL ... — cURL ハンドルを、その設定も含めてコピーする curl_errno — 直近のエラー番号を返す curl_error — 現在のセッシ ... i_close — cURL ハンドルのセットを閉じる curl_multi_errno — 直近のマルチハンドルに対するエラー番号を返す cur ... share_close — cURL 共有ハンドルを閉じる curl_share_errno — 直近の共有ハンドルに対するエラー番号を返す curl_ ...
https://man.plustar.jp/php/ref.curl.html - [similar]
リソース型の一覧 5629
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... n() , None AddressInfo (ソケット) bzip2 bzopen() bzerrno() , bzerror() , bzerrstr() , bzflush() , bzread() ... id_affected_rows() cubrid_client_encoding() cubrid_errno() cubrid_error() cubrid_list_dbs() cubrid_ping() c ... id_affected_rows() cubrid_client_encoding() cubrid_errno() cubrid_error() cubrid_list_dbs() cubrid_ping() c ... y_handle() , curl_init() curl_copy_handle() , curl_errno() , curl_error() , curl_exec() , curl_getinfo() , ...
https://man.plustar.jp/php/resource.html - [similar]
与えられたエラーコードを説明する文字列を返す 5583
« curl_share_setopt curl_strerror » PHP Manual cURL 関数 与えられたエラーコードを説明する文字列を ... ーコードの場合は、 null を返します。 参考 curl_share_errno() - 直近の共有ハンドルに対するエラー番号を返す cur ... trerror , エラー , cURL , ハンドル , 共有 , 直近 , errno ...
https://man.plustar.jp/php/function.curl-share-strerror.html - [similar]
詳細なエラー情報を返す 5583
« YAZ 関数 yaz_ccl_conf » PHP Manual YAZ 関数 詳細なエラー情報を返す yaz_addinfo (PHP 4 >= 4.0.1 ... 返します。 参考 yaz_error() - エラーの内容を返す yaz_errno() - エラー番号を返す 関連キーワード: エラー , 情報 ... , 関数 , addinfo , サーバー , YAZ , 直近 , 処理 , errno ...
https://man.plustar.jp/php/function.yaz-addinfo.html - [similar]
直前の MySQL の操作での SQLSTATE エラーを返す 5583
« mysqli::set_charset mysqli::ssl_set » PHP Manual mysqli 直前の MySQL の操作での SQLSTATE エラー ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... 以下となります。 Error - SQLSTATE 42S01. 参考 mysqli_errno() - 直近の関数コールによるエラーコードを返す mysql ...
https://man.plustar.jp/php/mysqli.sqlstate.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 5583
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... a truncated for column 'Name' at row 1 参考 mysqli_errno() - 直近の関数コールによるエラーコードを返す mysql ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
Client URL Library 5537
« その他のサービス はじめに » PHP Manual その他のサービス Client URL Library Client URL Library ... — cURL ハンドルを、その設定も含めてコピーする curl_errno — 直近のエラー番号を返す curl_error — 現在のセッシ ... i_close — cURL ハンドルのセットを閉じる curl_multi_errno — 直近のマルチハンドルに対するエラー番号を返す cur ... share_close — cURL 共有ハンドルを閉じる curl_share_errno — 直近の共有ハンドルに対するエラー番号を返す curl_ ...
https://man.plustar.jp/php/book.curl.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT