検索

phrase: max: clip:
target: order:
Results of 441 - 450 of about 790 for result (2.411 sec.)
クライアント接続に関する統計情報を返す 3017
« mysqli::$client_version mysqli::$host_info » PHP Manual mysqli クライアント接続に関する統計情報 ... esponse] => 0 [packets_received_change_user] => 0 [result_set_queries] => 0 [non_result_set_queries] => 0 [n ... 0 [in_middle_of_command_close] => 0 [explicit_free_result] => 0 [implicit_free_result] => 0 [explicit_stmt_c ...
https://man.plustar.jp/php/mysqli.get-connection-stats.html - [similar]
The MongoDB\Driver\Exception\CommandException class 2997
« MongoDB\Driver\Exception\BulkWriteException MongoDB\Driver\Exception\CommandException::getResult ... on\Exception { /* プロパティ */ protected object $ resultDocument ; /* 継承したプロパティ */ protected ? arr ... $ previous = null ; /* メソッド */ final public getResultDocument (): object /* 継承したメソッド */ final pu ... g private Exception::__clone (): void } プロパティ resultDocument The result document associated with the fa ... 目次 MongoDB\Driver\Exception\CommandException::getResultDocument — Returns the result document for the fail ...
https://man.plustar.jp/php/class.mongodb-driver-exception-commandexception.html - [similar]
クライアントのエンコーディングを設定する 2997
« pg_send_query pg_set_error_verbosity » PHP Manual PostgreSQL 関数 クライアントのエンコーディン ... る。 pg_set_client_encoding ( $conn , "UNICODE" ); $result = pg_query ( $conn , "SELECT author, email FROM au ... thors" ); if (! $result ) { echo "An error occurred.\n" ; exit; } // UTF-8 ... データを書き出す。 while ( $row = pg_fetch_row ( $result )) { echo "Author: $row [ 0 ] E-mail: $row [ 1 ] " ...
https://man.plustar.jp/php/function.pg-set-client-encoding.html - [similar]
推奨されなくなる機能 2997
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 推奨されなく ... pg_field_type() pg_fieldnum() → pg_field_num() pg_result() → pg_fetch_result() pg_fieldprtlen() → pg_field_ ... len() pg_fieldisnull() → pg_field_is_null() pg_freeresult() → pg_free_result() pg_getlastoid() → pg_last_oid ... t , dict , broker , ReflectionParameter , libxml , result ...
https://man.plustar.jp/php/migration80.deprecated.html - [similar]
選択される行の数を限定する 2997
« TableSelect::having TableSelect::lockExclusive » PHP Manual mysql_xdevapi\TableSelect 選択され ... ook" ); $table = $schema -> getTable ( "names" ); $result = $table -> select ( 'name' , 'age' ) -> limit ( 1 ... ) -> execute (); $row = $result -> fetchAll (); print_r ( $row ); ?> 上の例の出力は ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.limit.html - [similar]
select 文の検索条件を設定する 2997
« TableSelect::orderby mysql_xdevapi\TableUpdate » PHP Manual mysql_xdevapi\TableSelect select 文 ... ook" ); $table = $schema -> getTable ( "names" ); $result = $table -> select ( 'name' , 'age' ) -> where ( ' ... => 'John' , 'age' => 42 ]) -> execute (); $row = $result -> fetchAll (); print_r ( $row ); ?> 上の例の出力は ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.where.html - [similar]
Retrieve a item 2997
« Yaconf Yaconf::has » PHP Manual Yaconf Retrieve a item Yaconf::get (PECL yaconf >= 1.0.0) Yaco ... ey doesn't exists, Yaconf::get will return this as result. 戻り値 Returns configuration result(string or arr ...
https://man.plustar.jp/php/yaconf.get.html - [similar]
処理対象のリクエスト数を返す 2984
« eio_nready eio_nthreads » PHP Manual Eio 関数 処理対象のリクエスト数を返す eio_nreqs (PECL eio ... eio_nreqs() の例 <?php function res_cb ( $data , $result ) { var_dump ( $data ); var_dump ( $result ); } ei ...
https://man.plustar.jp/php/function.eio-nreqs.html - [similar]
外部プログラムを実行する 2984
« escapeshellcmd passthru » PHP Manual プログラム実行関数 外部プログラムを実行する exec (PHP 4, ... ( string $command , array &$output = null , int &$result_code = null ): string | false exec() は指定されたコ ... 渡される前に、配列の unset() を呼び出してください。 result_code 引数 result_code が、引数 output と共に存在す ...
https://man.plustar.jp/php/function.exec.html - [similar]
Returns the number of documents deleted 2984
« MongoDB\Driver\WriteResult MongoDB\Driver\WriteResult::getInsertedCount » PHP Manual MongoDB\D ... river\WriteResult Returns the number of documents deleted MongoDB\Dr ... iver\WriteResult::getDeletedCount (mongodb >=1.0.0) MongoDB\Driver\ ... WriteResult::getDeletedCount — Returns the number of documents ... deleted 説明 final public MongoDB\Driver\WriteResult::getDeletedCount (): ? int パラメータ この関数には ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getdeletedcount.html - [similar]