検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 790 for result (0.020 sec.)
ステートメントを実行する 3447
« CollectionAdd::__construct mysql_xdevapi\CollectionFind » PHP Manual mysql_xdevapi\CollectionA ... l_xdevapi\CollectionAdd::execute (): mysql_xdevapi\Result CRUD操作のリクエストを MySQL サーバに送信するために ... 受けた行数のような、操作の状態を確認するのに使われる Result オブジェクトを返します。 例 例1 mysql_xdevapi\Coll ... のJSONオブジェクトを使い、ドキュメントをふたつ追加 $result = $collection -> add ( '{"name": "Bernie", "jobs": ... 後の add() から生成された ID のリストを取得 $ids = $result -> getGeneratedIds (); print_r ( $ids ); ?> 上の例 ...
https://man.plustar.jp/php/mysql-xdevapi-collectionadd.execute.html - [similar]
UTF-8 エンコードされているコードポイントから、Decomposition_Mapping プロパティの... 3447
« Normalizer Normalizer::isNormalized » PHP Manual Normalizer UTF-8 エンコードされているコードポ ... 例1 Normalizer::getRawDecomposition() の例 <?php $result = "" ; $strings = [ "a" , "\u{FFDA}" , "\u{FDFA}" ... or_message (); $string_hex = bin2hex ( $string ); $result .= "---------------------\n" ; if ( $decomposition ... === null ) { $result .= "' $string_hex ' has no decomposition mapping\n ... " ; } else { $result .= "' $string_hex ' has the decomposition mapping ...
https://man.plustar.jp/php/normalizer.getrawdecomposition.html - [similar]
RADIUS Options 3447
« 定義済み定数 RADIUS Packet Types » PHP Manual 定義済み定数 RADIUS Options RADIUS Options Sever ... IUS_OPTION_SALT ( int ) When set, this option will result in the attribute value being salt-encrypted. RADIU ... S_OPTION_TAGGED ( int ) When set, this option will result in the attribute value being tagged with the value ... ード: Options , option , 定数 , attribute , flags , result , When , 定義 , int , below ...
https://man.plustar.jp/php/radius.constants.options.html - [similar]
Ping a server connection or reconnect if there is no connection 3434
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... e a long time */ $sql = "select * from athlete" ; $result = cubrid_query ( $sql ); if (! $result ) { echo 'Q ... ion, exiting after query #1' ; exit; } cubrid_free_result ( $result ); /* So the connection is still alive, ... n another query */ $sql2 = "select * from code" ; $result2 = cubrid_query ( $sql2 ); ?> 関連キーワード: conn ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
クエリを実行する 3434
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... onnection $connection = ? , string $query ): PgSql\Result | false pg_query() は、指定したデータベース connec ... プ する必要があります。 戻り値 成功した場合に PgSql\Result クラスのインスタンスを返します。 失敗した場合に fa ... se を返します 変更履歴 バージョン 説明 8.1.0 PgSql\Result クラスのインスタンスを返すようになりました。 これよ ... ! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT author, email FROM au ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
Collapses the result set to a single document per group 3434
« SolrQuery::addStatsField SolrQuery::__construct » PHP Manual SolrQuery Collapses the result se ... nly be in Git) SolrQuery::collapse — Collapses the result set to a single document per group 説明 public Sol ... ction $collapseFunction ): SolrQuery Collapses the result set to a single document per group before it forwa ... rds the result set to the rest of the search components. So all d ... highlighting, etc...) will work with the collapsed result set. パラメータ collapseFunction 戻り値 Returns th ...
https://man.plustar.jp/php/solrquery.collapse.html - [similar]
3434
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... et , $callinfo ) { echo $callinfo [ 'method' ] , " result: " , $ret , "\n" ; } /* register async call to rem ... 上の例の出力は、 たとえば以下のようになります。 mul result: 4 sub result: 1 add result: 3 関連キーワード: Yar ... , 例 , 出力 , result , Server , int , server , borwser , request , 定数 ...
https://man.plustar.jp/php/yar.examples.html - [similar]
SOAP コールが失敗したかどうかを調べる 3414
« SOAP 関数 use_soap_error_handler » PHP Manual SOAP 関数 SOAP コールが失敗したかどうかを調べる ... ient ( "some.wsdl" , array( 'exceptions' => 0 )); $result = $client -> SomeFunction (); if ( is_soap_fault ( ... $result )) { trigger_error ( "SOAP Fault: (faultcode: { $r ... esult -> faultcode } , faultstring: { $result -> faultstring } )" , E_USER_ERROR ); } ?> 例2 SOA ... p try { $client = new SoapClient ( "some.wsdl" ); $result = $client -> SomeFunction ( /* ... */ ); } catch ( ...
https://man.plustar.jp/php/function.is-soap-fault.html - [similar]
基本的な使用法 3414
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... クエリを実行する $query = 'SELECT * FROM authors' ; $result = pg_query ( $query ) or die( 'Query failed: ' . p ... ho "<table>\n" ; while ( $line = pg_fetch_array ( $result , null , PGSQL_ASSOC )) { echo "\t<tr>\n" ; foreac ... cho "</table>\n" ; // 結果セットを開放する pg_free_result ( $result ); // 接続をクローズする pg_close ( $dbc ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
The Yaconf class 3393
« 定義済み定数 Yaconf::get » PHP Manual Yaconf The Yaconf class The Yaconf class (PECL yaconf >= ... ations container, it parses INIT files, stores the result in PHP when PHP is started, the result lives with ... ーワード: Yaconf , item , string , static , public , result , クラス , Determine , Retrieve , default ...
https://man.plustar.jp/php/class.yaconf.html - [similar]