検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 46 for occurred (0.022 sec.)
Return the numerical value of the error message from previous CUBRID operation 8299
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... on is used to get the error code of the error that occurred during the API execution. Usually, it gets the err ... the last CUBRID function, or 0 (zero) if no error occurred. 例 例1 cubrid_errno() example <?php $con = cubrid ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
The EventBufferEvent class 8024
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... ) 定義済み定数 EventBufferEvent::READING An event occurred during a read operation on the bufferevent. See th ... h event it was. EventBufferEvent::WRITING An event occurred during a write operation on the bufferevent. See t ... the buffer event. EventBufferEvent::ERROR An error occurred during a bufferevent operation. For more informati ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
指定したカラムの全ての行を配列として取得する 8024
« pg_execute pg_fetch_all » PHP Manual PostgreSQL 関数 指定したカラムの全ての行を配列として取得す ... bname=publisher" ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT ... FROM authors" ); if (! $result ) { echo "An error occurred.\n" ; exit; } // 全ての著者名を配列で得る $arr = p ...
https://man.plustar.jp/php/function.pg-fetch-all-columns.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 7902
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... SRV_ERR_WARNINGS. 戻り値 If errors and/or warnings occurred on the last sqlsrv operation, an array of arrays c ... ormation is returned. If no errors and/or warnings occurred on the last sqlsrv operation, null is returned. Th ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
数値添字の配列として行を得る 7765
« pg_fetch_result pg_field_is_null » PHP Manual PostgreSQL 関数 数値添字の配列として行を得る pg_ ... bname=publisher" ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT ... FROM authors" ); if (! $result ) { echo "An error occurred.\n" ; exit; } while ( $row = pg_fetch_row ( $resul ...
https://man.plustar.jp/php/function.pg-fetch-row.html - [similar]
取得されたすべての行を配列として取得する 7628
« pg_fetch_all_columns pg_fetch_array » PHP Manual PostgreSQL 関数 取得されたすべての行を配列とし ... bname=publisher" ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT ... FROM authors" ); if (! $result ) { echo "An error occurred.\n" ; exit; } $arr = pg_fetch_all ( $result ); pri ...
https://man.plustar.jp/php/function.pg-fetch-all.html - [similar]
行を連想配列として取得する 7628
« pg_fetch_array pg_fetch_object » PHP Manual PostgreSQL 関数 行を連想配列として取得する pg_fetc ... bname=publisher" ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT ... FROM authors" ); if (! $result ) { echo "An error occurred.\n" ; exit; } while ( $row = pg_fetch_assoc ( $res ...
https://man.plustar.jp/php/function.pg-fetch-assoc.html - [similar]
クライアントのエンコーディングを設定する 7490
« pg_send_query pg_set_error_verbosity » PHP Manual PostgreSQL 関数 クライアントのエンコーディン ... bname=publisher" ); if (! $conn ) { echo "An error occurred.\n" ; exit; } // クライアントのエンコーディングを ... FROM authors" ); if (! $result ) { echo "An error occurred.\n" ; exit; } // UTF-8 データを書き出す。 while ( ...
https://man.plustar.jp/php/function.pg-set-client-encoding.html - [similar]
Event flags 7353
« 例 About event persistence » PHP Manual Event Event flags Event flags Event::READ This flag in ... gument to the callback function when a timeout has occurred. See also » Fast portable non-blocking network pro ...
https://man.plustar.jp/php/event.flags.html - [similar]
行を配列として取得する 7216
« pg_fetch_all pg_fetch_assoc » PHP Manual PostgreSQL 関数 行を配列として取得する pg_fetch_array ... bname=publisher" ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT ... FROM authors" ); if (! $result ) { echo "An error occurred.\n" ; exit; } $arr = pg_fetch_array ( $result , 0 ...
https://man.plustar.jp/php/function.pg-fetch-array.html - [similar]
PREV 1 2 3 4 5 NEXT