検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 1938 for IF (0.208 sec.)
Roll back a transaction 2552
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... saction 説明 cubrid_rollback ( resource $conn_identifier ): bool The cubrid_rollback() function executes ... rollback on the transaction pointed by conn_identifier , currently in progress. Connection to server i ... dle, however, is still valid. パラメータ conn_identifier Connection identifier. 戻り値 成功した場合に tr ... HAR(15), state CHAR(2), country VARCHAR(15) ) EOD; if (! cubrid_execute ( $conn , $sql )) { printf ( "Er ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
データベースへの接続を返す 2552
« db2_conn_errormsg db2_cursor_type » PHP Manual IBM DB2 関数 データベースへの接続を返す db2_con ... n = db2_connect ( $database , $user , $password ); if ( $conn ) { echo "接続に成功しました。" ; db2_clos ... ; $conn = db2_connect ( $conn_string , '' , '' ); if ( $conn ) { echo "接続に成功しました。" ; db2_clos ... nect ( $database , $user , $password , $options ); if ( $conn ) { echo "接続に成功しました。\n" ; if ( d ... _conn = db2_connect ( $dsn , "" , "" , $options ); if( $tc_conn ) { echo "Explicit trusted connection su ...
https://man.plustar.jp/php/function.db2-connect.html - [similar]
指定した DN のエントリで見付かった属性の値を比較する 2552
« ldap_close ldap_connect » PHP Manual LDAP 関数 指定した DN のエントリで見付かった属性の値を比較 ... lhost" ); // LDAP サーバーが同一ホストであると仮定 if ( $ds ) { // バインド if ( ldap_bind ( $ds )) { // ... $r = ldap_compare ( $ds , $dn , $attr , $value ); if ( $r === - 1 ) { echo "Error: " . ldap_error ( $ds ... ); } elseif ( $r === true ) { echo "Password correct." ; } els ... eif ( $r === false ) { echo "Wrong guess! Password inc ...
https://man.plustar.jp/php/function.ldap-compare.html - [similar]
Get information from a RPM file 2552
« rpmdbsearch rpmvercmp » PHP Manual RpmInfo 関数 Get information from a RPM file rpminfo (PECL ... ackage. パラメータ path Path of the RPM file. full If true all information headers for the file are retr ... ieved, else only a minimal set. error If provided, will receive the possible error message, ...
https://man.plustar.jp/php/function.rpminfo.html - [similar]
Description 2552
« ImagickPixel::getColorValue ImagickPixel::getHSL » PHP Manual ImagickPixel Description Imagick ... color in the ImagickPixel. Return value is a float if ImageMagick was compiled with HDRI, otherwise an i ... 戻り値 The quantum value of the color element. Float if ImageMagick was compiled with HDRI, otherwise an i ...
https://man.plustar.jp/php/imagickpixel.getcolorvaluequantum.html - [similar]
論理型 (boolean) 2552
« はじめに 整数 » PHP Manual 型 論理型 (boolean) 論理型 (boolean) 論理型は、最も簡単な型です。 b ... 果を渡します。 <?php // == は、boolean型を返す演算子 if ( $action == "show_version" ) { echo "バージョンは ... 1.23です。" ; } // これは冗長 if ( $show_separators == TRUE ) { echo "<hr>\n" ; } / ... / 上の例は次のように簡単に書くことができます。 if ( $show_separators ) { echo "<hr>\n" ; } ?> boolea ...
https://man.plustar.jp/php/language.types.boolean.html - [similar]
Returns the server to which this session is pinned 2552
« MongoDB\Driver\Session::getOperationTime MongoDB\Driver\Session::getTransactionOptions » PHP M ... oDB\Driver\Server to which this session is pinned. If the session is not pinned to a server, null will b ... er\Server to which this session is pinned, or null if the session is not pinned to any server. エラー / ...
https://man.plustar.jp/php/mongodb-driver-session.getserver.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 2552
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... ト指向型 <?php /* Tell mysqli to throw an exception if an error occurs */ mysqli_report ( MYSQLI_REPORT_E ... t transactions */ $mysqli -> query ( "CREATE TABLE IF NOT EXISTS language ( Code text NOT NULL, Speakers ... 手続き型 <?php /* Tell mysqli to throw an exception if an error occurs */ mysqli_report ( MYSQLI_REPORT_E ... sactions */ mysqli_query ( $mysqli , "CREATE TABLE IF NOT EXISTS language ( Code text NOT NULL, Speakers ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
プリペアドステートメント 2552
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... epared statement */ $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE t ... epared statement */ $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE t ... rd" , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE t ... epared statement */ $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE t ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
Deletes all documents matching the given query 2552
« SolrClient::deleteByQueries SolrClient::__destruct » PHP Manual SolrClient Deletes all documen ... failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a connection i ... ssue. Throws SolrServerException if the Solr Server had failed to process the request. ...
https://man.plustar.jp/php/solrclient.deletebyquery.html - [similar]