検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 790 for result (0.014 sec.)
LDAP拡張オペレーションの結果オブジェクトをパースする 4025
« ldap_next_reference ldap_parse_reference » PHP Manual LDAP 関数 LDAP拡張オペレーションの結果オ ... 説明 ldap_parse_exop ( LDAP\Connection $ldap , LDAP\Result $result , string &$response_data = null , string & ... l ): bool LDAP拡張オペレーションの結果オブジェクト result データをパースします。 パラメータ ldap ldap_connec ... t() が返す LDAP\Connection クラスのインスタンス。 result ldap_list() や ldap_search() が返す、 LDAP\Result ... ョンでは、 リソース を期待していました。 8.1.0 引数 result は、 LDAP\Result クラスのインスタンスを期待するよう ...
https://man.plustar.jp/php/function.ldap-parse-exop.html - [similar]
フィールドのテーブル名を得る 4025
« mysql_stat mysql_thread_id » PHP Manual MySQL 関数 フィールドのテーブル名を得る mysql_tablenam ... エリー: SHOW TABLES 説明 mysql_tablename ( resource $result , int $i ): string | false result からテーブル名を ... attern'] 文を発行することを推奨します。 パラメータ result mysql_list_tables() から返される 結果ポインタ reso ... "localhost" , "mysql_user" , "mysql_password" ); $result = mysql_list_tables ( "mydb" ); $num_rows = mysql_ ... num_rows ( $result ); for ( $i = 0 ; $i < $num_rows ; $i ++) { echo " ...
https://man.plustar.jp/php/function.mysql-tablename.html - [similar]
スキャンリクエストの結果を返す 4025
« yaz_record yaz_scan » PHP Manual YAZ 関数 スキャンリクエストの結果を返す yaz_scan_result (PHP ... 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_scan_result — スキャンリクエストの結果を返す 説明 yaz_scan_res ... ult ( resource $id , array &$result = ? ): array yaz_scan_result() は、直近の yaz_scan ... 。 パラメータ id yaz_connect() が返す接続リソース。 result 指定された場合、この配列にスキャン時の応答から得ら ... ます。 関連キーワード: スキャン , yaz , リクエスト , result , scan , 配列 , array , 個々 , ステータス , ペア ...
https://man.plustar.jp/php/function.yaz-scan-result.html - [similar]
Specifies the maximum number of rows to return in the result 4005
« SolrQuery::setQuery SolrQuery::setShowDebugInfo » PHP Manual SolrQuery Specifies the maximum n ... umber of rows to return in the result SolrQuery::setRows (PECL solr >= 0.9.2) SolrQuery: ... cifies the maximum number of rows to return in the result 説明 public SolrQuery::setRows ( int $rows ): Solr ... cifies the maximum number of rows to return in the result パラメータ rows The maximum number of rows to retu ... SolrQuery , rows , maximum , return , Specifies , result , setRows , setQuery , setShowDebugInfo , public ...
https://man.plustar.jp/php/solrquery.setrows.html - [similar]
Include the upper bound term in the result set 4005
« SolrQuery::setTermsIncludeLowerBound SolrQuery::setTermsLimit » PHP Manual SolrQuery Include t ... he upper bound term in the result set SolrQuery::setTermsIncludeUpperBound (PECL sol ... deUpperBound — Include the upper bound term in the result set 説明 public SolrQuery::setTermsIncludeUpperBou ... g ): SolrQuery Include the upper bound term in the result set. パラメータ flag true or false 戻り値 Returns ... is used. 関連キーワード: Include , bound , term , result , SolrQuery , the , in , setTermsIncludeUpperBound ...
https://man.plustar.jp/php/solrquery.settermsincludeupperbound.html - [similar]
Execute a prepared SQL statement 3992
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... hronous mode (sync_mode) is used to retrieve query results, and in such cases the following rules are applie ... d: The return value is the result of the first query. If an error occurs in any quer ... occurs in q2 after q1 succeeds the execution, the result of q1 remains valid. That is, the previous success ... r occurs. If a query is executed successfully, the result of the second query can be obtained using cubrid_n ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
検索結果のエントリ数を数える 3992
« ldap_control_paged_result ldap_count_references » PHP Manual LDAP 関数 検索結果のエントリ数を数 ... ldap_count_entries ( LDAP\Connection $ldap , LDAP\Result $result ): int 直前の検索結果として保存されたエント ... ct() が返す LDAP\Connection クラスのインスタンス。 result ldap_list() や ldap_search() が返す、 LDAP\Result ... ョンでは、 リソース を期待していました。 8.1.0 引数 result は、 LDAP\Result クラスのインスタンスを期待するよう ... , count , クラス , 期待 , entries , インスタンス , result , バージョン , Connection ...
https://man.plustar.jp/php/function.ldap-count-entries.html - [similar]
行をオブジェクトとして得る 3992
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... オブジェクトとして得る 説明 pg_fetch_object ( PgSql\Result $result , ? int $row = null , string $class = "std ... とんど同じ程度です (違いはわずかです)。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数があ ... りますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 row 取得する行番号。最初の行 ... false を返します。 変更履歴 バージョン 説明 8.1.0 result は、 PgSql\Result クラスのインスタンスを期待するよ ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
非同期クエリを送信する 3992
« pg_send_query_params pg_set_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを送信する ... へ一度に複数のクエリを送信することができ、 pg_get_result() を用いて結果を一つずつ取得することが可能です。 ス ... に 0 を返します。 クエリの結果を確かめるには pg_get_result() を使用します。 変更履歴 バージョン 説明 8.1.0 co ... select count(*) from authors;" ); } $res1 = pg_get_result ( $dbconn ); echo "First call to pg_get_result(): ... o " $res1 has $rows1 records\n\n" ; $res2 = pg_get_result ( $dbconn ); echo "Second call to pg_get_result(): ...
https://man.plustar.jp/php/function.pg-send-query.html - [similar]
最初の結果 ID を返す 3971
« ldap_first_attribute ldap_first_reference » PHP Manual LDAP 関数 最初の結果 ID を返す ldap_fir ... 説明 ldap_first_entry ( LDAP\Connection $ldap , LDAP\Result $result ): LDAP\ResultEntry | false 結果内の最初の ... ct() が返す LDAP\Connection クラスのインスタンス。 result ldap_list() や ldap_search() が返す、 LDAP\Result ... に、最初のエントリに関する結果エントリを表す、 LDAP\ResultEntry クラスのインスタンスを返します。 失敗した場合 ... ョンでは、 リソース を期待していました。 8.1.0 引数 result は、 LDAP\Result クラスのインスタンスを期待するよう ...
https://man.plustar.jp/php/function.ldap-first-entry.html - [similar]