検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 790 for result (0.183 sec.)
定義済み定数 3252
« リソース型 SQLite3 » PHP Manual SQLite3 定義済み定数 定義済み定数 以下の定数が定義されています ... 場合のみ使用可能です。 SQLITE3_ASSOC ( int ) SQLite3_result::fetchArray() が返す結果セットが、 カラム名をインデ ... であることを指定します。 SQLITE3_NUM ( int ) SQLite3_result::fetchArray() が返す結果セットが、 カラム番号をイン ... 0 からはじまります。 SQLITE3_BOTH ( int ) SQLite3_result::fetchArray() が返す結果セットが、 カラム名とカラム ... ス , カラム , 番号 , インデックス , セット , 配列 , result ...
https://man.plustar.jp/php/sqlite3.constants.html - [similar]
The MongoDB\Driver\ServerApi class 3232
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... exit; } /* The buildInfo command returns a single result document, so we need to access * the first result ... that is not part of the declared API version. This results in an error when running the buildInfo command. < ... exit; } /* The buildInfo command returns a single result document, so we need to access * the first result ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
ディレクトリを削除する 3232
« eio_rename eio_seek » PHP Manual Eio 関数 ディレクトリを削除する eio_rmdir (PECL eio >= 0.0.1d ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ... p_dirname ); function my_rmdir_callback ( $data , $result ) { if ( $result == 0 && ! file_exists ( $data )) ...
https://man.plustar.jp/php/function.eio-rmdir.html - [similar]
LONG カラムを処理する 3232
« odbc_gettypeinfo odbc_next_result » PHP Manual ODBC 関数 LONG カラムを処理する odbc_longreadle ... れを 0 をセットした場合、ロングカラムデータは、 odbc_result() で取得する際に、クライアントにそのまま渡されます ... 処理 , LONG , longreadlen , length , 制御 , 注意 , result , パラメータ , LONGVARBINARY ...
https://man.plustar.jp/php/function.odbc-longreadlen.html - [similar]
Indicates whether the specified statement has rows 3232
« sqlsrv_get_field sqlsrv_next_result » PHP Manual SQLSRV 関数 Indicates whether the specified s ... srv_num_rows() - Retrieves the number of rows in a result set sqlsrv_query() - Prepares and executes a query ... ified , Indicates , whether , the , query , stmt , result , resource ...
https://man.plustar.jp/php/function.sqlsrv-has-rows.html - [similar]
コレクションのドキュメントをひとつ置き換える 3232
« Collection::removeOne mysql_xdevapi\CollectionAdd » PHP Manual mysql_xdevapi\Collection コレク ... aceOne ( string $id , string $doc ): mysql_xdevapi\Result ID で特定されたドキュメントが存在すれば、それを更新 ... 、 操作によって生成された警告の数を得ることができる Result オブジェクトを返します。 例 例1 mysql_xdevapi\Coll ... ction = $schema -> createCollection ( "people" ); $result = $collection -> add ( '{"name": "Alfred", "age": ... に、生成された id を取得し、それを使います。 $ids = $result -> getGeneratedIds (); $alfred_id = $ids [ 0 ]; // ...
https://man.plustar.jp/php/mysql-xdevapi-collection.replaceone.html - [similar]
delete文を実行する 3232
« TableDelete::__construct TableDelete::limit » PHP Manual mysql_xdevapi\TableDelete delete文を実 ... sql_xdevapi\TableDelete::execute (): mysql_xdevapi\Result delete文を実行します。 パラメータ この関数にはパラ ... メータはありません。 戻り値 Result オブジェクトを返します。 例 例1 mysql_xdevapi\Tabl ... ableDelete , 文 , xdevapi , execute , パラメータ , Result , only , 関数 , public ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.execute.html - [similar]
insert クエリを実行する 3232
« TableInsert::__construct TableInsert::values » PHP Manual mysql_xdevapi\TableInsert insert クエ ... sql_xdevapi\TableInsert::execute (): mysql_xdevapi\Result insert 文を実行します。 パラメータ この関数にはパラ ... メータはありません。 戻り値 Result オブジェクトを返します。 例 例1 mysql_xdevapi\Tabl ... 行 , TableInsert , xdevapi , execute , パラメータ , Result , only , 関数 , public ...
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.execute.html - [similar]
Creates a new map using keys that aren't in another map 3219
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in anot ... c Ds\Map::diff ( Ds\Map $map ): Ds\Map Returns the result of removing all keys from the current instance tha ... map The map containing the keys to exclude in the resulting map. 戻り値 The result of removing all keys fro ... ue"]=> int(1) } } 関連キーワード: Ds , Map , map , result , given , from , all , removing , instance , using ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
ファイル名や場所を変更する 3219
« eio_realpath eio_rmdir » PHP Manual Eio 関数 ファイル名や場所を変更する eio_rename (PECL eio > ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ... p-file-new.dat" ; function my_rename_cb ( $data , $result ) { global $filename , $new_filename ; if ( $resul ...
https://man.plustar.jp/php/function.eio-rename.html - [similar]