検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 790 for result (0.402 sec.)
カーソル名を得る 3104
« odbc_connect odbc_data_source » PHP Manual ODBC 関数 カーソル名を得る odbc_cursor (PHP 4, PHP ... ソル名を返します。 Gets the cursorname for the given result_id. パラメータ statement 結果 ID。 戻り値 カーソル ... , resource , string , 接続 , cursorname , given , result ...
https://man.plustar.jp/php/function.odbc-cursor.html - [similar]
CCL パーサを起動する 3104
« yaz_ccl_conf yaz_close » PHP Manual YAZ 関数 CCL パーサを起動する yaz_ccl_parse (PHP 4 >= 4.0. ... ccl_parse ( resource $id , string $query , array &$result ): bool この関数は、CCL パーサを起動します。パーサ ... ect() が返す接続リソース。 query CCL FIND クエリ。 result 関数が成功した場合、キー rpn に有効な RPN クエリを ... 照ください if (! yaz_ccl_parse ( $id , $ccl , & $cclresult )) { echo 'Error: ' . $cclresult [ "errorstring" ] ... ; } else { $rpn = $cclresult [ "rpn" ]; yaz_search ( $id , "rpn" , $rpn ); } ?> ...
https://man.plustar.jp/php/function.yaz-ccl-parse.html - [similar]
下位互換性のない変更点 3104
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x へ ... 受け取り、 返すようになりました。 LDAP 関数は、 ldap result リソース ではなく、 LDAP\Result オブジェクトを受け ... 取り、 返すようになりました。 LDAP 関数は、 ldap result entry リソース ではなく、 LDAP\ResultEntry オブジェ ... け取り、 返すようになりました。 PgSQL 関数は、 pgsql result リソース ではなく、 PgSql\Result オブジェクトを受け ... ンは、もはや意味をなさなくなりました。 MYSQLI_STORE_RESULT_COPY_DATA オプションは、もはや意味をなさなくなりま ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
SQL ステートメントを実行するために準備する 3104
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... e (); /* 結果変数をバインドします */ $stmt -> bind_result ( $district ); /* 値を取得します */ $stmt -> fetch ... ); /* 結果変数をバインドします */ mysqli_stmt_bind_result ( $stmt , $district ); /* 値を取得します */ mysqli ... トのパラメータに変数をバインドする mysqli_stmt_bind_result() - 結果を保存するため、プリペアドステートメントに ... 変数をバインドする mysqli_stmt_get_result() - プリペアドステートメントから結果を mysqli_resu ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
定義済み定数 3104
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... LL_NEXT ( int ) Specifies which row to select in a result set. For usage information, see » Specifying a Cur ... L_PRIOR ( int ) Specifies which row to select in a result set. For usage information, see » Specifying a Cur ... L_FIRST ( int ) Specifies which row to select in a result set. For usage information, see » Specifying a Cur ... LL_LAST ( int ) Specifies which row to select in a result set. For usage information, see » Specifying a Cur ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]
Collection クラス 3091
« Client::getClient Collection::add » PHP Manual Mysql_xdevapi Collection クラス Collection クラ ... aceOne ( string $id , string $doc ): mysql_xdevapi\Result public count (): int public createIndex ( string $ ... ove public removeOne ( string $id ): mysql_xdevapi\Result public replaceOne ( string $id , string $doc ): my ... sql_xdevapi\Result } プロパティ name 目次 Collection::add — コレクショ ...
https://man.plustar.jp/php/class.mysql-xdevapi-collection.html - [similar]
指定長、指定した値で配列を埋める 3091
« array_multisort array_pop » PHP Manual 配列 関数 指定長、指定した値で配列を埋める array_pad (P ... y_pad() の例 <?php $input = array( 12 , 10 , 9 ); $result = array_pad ( $input , 5 , 0 ); // 結果は、array(1 ... 2, 10, 9, 0, 0) です。 $result = array_pad ( $input , - 7 , - 1 ); // 結果は、arr ... ay(-1, -1, -1, -1, 12, 10, 9) です。 $result = array_pad ( $input , 2 , "noop" ); // 埋める処理 ...
https://man.plustar.jp/php/function.array-pad.html - [similar]
参照エントリから情報を展開する 3091
« ldap_parse_exop ldap_parse_result » PHP Manual LDAP 関数 参照エントリから情報を展開する ldap_p ... dap_parse_reference ( LDAP\Connection $ldap , LDAP\ResultEntry $entry , array &$referrals ): bool 警告 この関 ... 参照 , エントリ , 展開 , reference , 関数 , exop , result , Connection , ResultEntry ...
https://man.plustar.jp/php/function.ldap-parse-reference.html - [similar]
結果のカラム数を返す 3091
« odbc_next_result odbc_num_rows » PHP Manual ODBC 関数 結果のカラム数を返す odbc_num_fields (PH ... ワード: カラム , num , fields , フィールド , next , result , rows , 関数 , resource , int ...
https://man.plustar.jp/php/function.odbc-num-fields.html - [similar]
非同期クエリを取り消す 3091
« pg_affected_rows pg_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを取り消す pg_can ... select count(*) from authors;" ); } $res1 = pg_get_result ( $dbconn ); echo "First call to pg_get_result(): ... 上の例の出力は以下となります。 First call to pg_get_result(): Resource id #3 Resource id #3 has 3 records 参考 ...
https://man.plustar.jp/php/function.pg-cancel-query.html - [similar]