検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 790 for result (1.451 sec.)
フィールドに関する情報を得る 3158
« ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す ... に関する情報を得る 説明 ibase_field_info ( resource $result , int $field_number ): array select クエリが実行さ ... ールドに関する情報を配列として返します。 パラメータ result InterBase 結果 ID。 field_number フィールドのオフセ ... ーワード: フィールド , 情報 , ibase , info , 配列 , result , fields , num , 参考 , type ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
MySQL テーブルのフィールドのリストを得る 3158
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... 1 非推奨である mysql_list_fields() の代替例 <?php $result = mysql_query ( "SHOW COLUMNS FROM sometable" ); i ... f (! $result ) { echo 'Could not run query: ' . mysql_error (); ... exit; } if ( mysql_num_rows ( $result ) > 0 ) { while ( $row = mysql_fetch_assoc ( $resu ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
サーバーとの接続状況を調べ、接続されていない場合は再接続する 3158
« mysql_pconnect mysql_query » PHP Manual MySQL 関数 サーバーとの接続状況を調べ、接続されていない ... * このクエリは非常に時間がかかるものと仮定する */ $result = mysql_query ( $sql ); if (! $result ) { echo 'Qu ... tion, exiting after query #1' ; exit; } mysql_free_result ( $result ); /* 接続が有効であることが確かめられた ... ので、別のクエリを実行する */ $result2 = mysql_query ( $sql2 ); ?> 参考 mysql_thread_id( ...
https://man.plustar.jp/php/function.mysql-ping.html - [similar]
LDAP コントロール 3158
« PHP LDAP コールの使用法 例 » PHP Manual LDAP LDAP コントロール LDAP コントロール コントロールは ... is a valid link identifier for a directory server $result = ldap_read ( $ds , '' , '(objectClass=*)' , [ 'su ... tedControl' ]); if (! in_array ( LDAP_CONTROL_PAGEDRESULTS , ldap_get_entries ( $ds , $result )[ 0 ][ 'suppo ... ol' ])) { die( "This server does not support paged result control" ); } ?> PHP 7.3 以降では、全てのリクエスト ... 場合は、それを使うべきです。 そうすれば、 ldap_parse_result() を使ってレスポンスのコントロールをパースできます ...
https://man.plustar.jp/php/ldap.controls.html - [similar]
CollectionFind のコンストラクタ 3158
« CollectionFind::bind CollectionFind::execute » PHP Manual mysql_xdevapi\CollectionFind Collect ... reate = $schema -> createCollection ( "people" ); $result = $create -> add ( '{"name": "Alfred", "age": 18, ... llection = $schema -> getCollection ( "people" ); $result = $collection -> find ( 'job like :job and age > : ... utler' , 'age' => 16 ]) -> execute (); var_dump ( $result -> fetchAll ()); ?> 上の例の出力は、 たとえば以下の ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.construct.html - [similar]
実行するための SQL文 を準備する 3158
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... 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.prepare.html - [similar]
MySQL ドライバおよびプラグイン 3158
« Class Tree MySQL 用 PHP ドライバの概要 » PHP Manual ベンダー固有のモジュール MySQL ドライバおよ ... qli クラス mysqli_stmt — mysqli_stmt クラス mysqli_result — mysqli_result クラス mysqli_driver — mysqli_driv ... 数 変更履歴 例 Mysql_xdevapi 関数 mysql_xdevapi\BaseResult — BaseResult クラス mysql_xdevapi\Client — クライア ... move — CollectionRemove クラス mysql_xdevapi\ColumnResult — ColumnResult クラス mysql_xdevapi\CrudOperationB ... — DatabaseObject インターフェイス mysql_xdevapi\DocResult — DocResult クラス mysql_xdevapi\Exception — Excep ...
https://man.plustar.jp/php/set.mysqlinfo.html - [similar]
Returns group cache percent value 3158
« SolrQuery::getGroup SolrQuery::getGroupFacet » PHP Manual SolrQuery Returns group cache percen ... uery::setGroupCachePercent() - Enables caching for result grouping 関連キーワード: Returns , percent , group ... CachePercent , パラメータ , setGroupCachePercent , result , caching , Enables ...
https://man.plustar.jp/php/solrquery.getgroupcachepercent.html - [similar]
Executable インターフェイス 3145
« mysql_xdevapi\Exception Executable::execute » PHP Manual Mysql_xdevapi Executable インターフェ ... ソッド */ abstract public execute (): mysql_xdevapi\Result } 目次 Executable::execute — ステートメントを実行す ... tion , Mysql , クラス , 概要 , メソッド , public , Result ...
https://man.plustar.jp/php/class.mysql-xdevapi-executable.html - [similar]
のエイリアス ibase_free_query 3145
« fbird_free_event_handler fbird_free_result » PHP Manual Firebird/InterBase 関数 のエイリアス i ... , query , ibase , fbird , 関数 , event , handler , result , ...
https://man.plustar.jp/php/function.fbird-free-query.html - [similar]