検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 270 for conn (0.036 sec.)
Get the facility code of error 4578
« cubrid_drop cubrid_error_code » PHP Manual CUBRID 関数 Get the facility code of error cubrid_e ... 例 例1 cubrid_error_code_facility() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... ); $req = @ cubrid_execute ( $conn , "SELECT * FROM unknown" ); if (! $req ) { printf ... rid_error_code (), cubrid_error_msg ()); cubrid_disconnect ( $conn ); exit; } ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/function.cubrid-error-code-facility.html - [similar]
フィールドサイズを返す 4578
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... ol varchar2(1), // clob_col CLOB, date_col DATE); $conn = oci_connect ( "hr" , "hrpwd" , "localhost/XE" ); ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentitie ... essage' ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , "SELECT * FROM mytab" ); oci_execute ( $stid , O ... DATE 7 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : PHP バージョン 5.0.0 以前では、代 ...
https://man.plustar.jp/php/function.oci-field-size.html - [similar]
フィールドのデータ型の名前を返す 4578
« oci_field_type_raw oci_free_descriptor » PHP Manual OCI8 関数 フィールドのデータ型の名前を返す ... ol varchar2(1), // clob_col CLOB, date_col DATE); $conn = oci_connect ( "hr" , "hrpwd" , "localhost/XE" ); ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentitie ... essage' ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , "SELECT * FROM mytab" ); oci_execute ( $stid , O ... DATE 7 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : PHP バージョン 5.0.0 以前では、代 ...
https://man.plustar.jp/php/function.oci-field-type.html - [similar]
クエリを実行する 4578
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... pg_query — クエリを実行する 説明 pg_query ( PgSql\Connection $connection = ? , string $query ): PgSql\Res ... ult | false pg_query() は、指定したデータベース connection 上で query を実行します。 特別な理由がない限 ... 数を使用してエラーの詳細情報が 取得可能です。 注意 : connection は省略可能ですが、それは推奨されません。 なぜ ... い名前を使用することが推奨されています。 パラメータ connection PgSql\Connection クラスのインスタンス。 conn ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
4539
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... nts , $base ) { if ( $events & EventBufferEvent :: CONNECTED ) { echo "Connected.\n" ; } elseif ( $events ... ]} HTTP/1.0\r\n" . "Host: { $argv [ 1 ]} \r\n" . "Connection: Close\r\n\r\n" )) { exit( "Failed adding re ... quest to output buffer\n" ); } if (! $bev -> connectHost ( $dns_base , $argv [ 1 ], 80 , EventUtil : ... : AF_UNSPEC )) { exit( "Can't connect to host { $argv [ 1 ]} \n" ); } $base -> dispat ...
https://man.plustar.jp/php/event.examples.html - [similar]
Return an array with the lengths of the values of each field from the current ro... 4539
« cubrid_fetch_field cubrid_fetch_object » PHP Manual CUBRID MySQL 互換関数 Return an array with ... lure. 例 例1 cubrid_fetch_lengths() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... ); $result = cubrid_execute ( $conn , "SELECT * FROM game WHERE host_year=2004 AND nat ... _lengths ( $result ); print_r ( $lens ); cubrid_disconnect ( $conn ); ?> 上の例の出力は以下となります。 Ar ...
https://man.plustar.jp/php/function.cubrid-fetch-lengths.html - [similar]
Return the name of the specified field index 4539
« cubrid_field_len cubrid_field_seek » PHP Manual CUBRID MySQL 互換関数 Return the name of the s ... failure. 例 例1 cubrid_field_name() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... ); $result = cubrid_execute ( $conn , "SELECT * FROM game WHERE host_year=2004 AND nat ... cubrid_field_flags ( $result , $i )); } cubrid_disconnect ( $conn ); ?> 上の例の出力は以下となります。 Fi ...
https://man.plustar.jp/php/function.cubrid-field-name.html - [similar]
Return the name of the table of the specified field 4539
« cubrid_field_seek cubrid_field_type » PHP Manual CUBRID MySQL 互換関数 Return the name of the ... SELECT. 例 例1 cubrid_field_table() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... ); $result = cubrid_execute ( $conn , "SELECT * FROM code" ); $col_num = cubrid_num_co ... , cubrid_field_type ( $result , $i )); } cubrid_disconnect ( $conn ); ?> 上の例の出力は以下となります。 Fi ...
https://man.plustar.jp/php/function.cubrid-field-table.html - [similar]
Return the type of the column corresponding to the given field offset 4539
« cubrid_field_table cubrid_list_dbs » PHP Manual CUBRID MySQL 互換関数 Return the type of the c ... SELECT. 例 例1 cubrid_field_type() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... ); $result = cubrid_execute ( $conn , "SELECT * FROM code" ); $col_num = cubrid_num_co ... , cubrid_field_type ( $result , $i )); } cubrid_disconnect ( $conn ); ?> 上の例の出力は以下となります。 Fi ...
https://man.plustar.jp/php/function.cubrid-field-type.html - [similar]
Get the number of rows in the result set 4539
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... uccessful. 例 例1 cubrid_num_rows() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" ); $req = cubrid_execute ( $conn , "SELECT * FROM code" ); $row_num = cubrid_num_ro ... lumn Num: %d\n" , $row_num , $col_num ); cubrid_disconnect ( $conn ); ?> 上の例の出力は以下となります。 Ro ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]