検索

phrase: max: clip:
target: order:
Results of 721 - 730 of about 1021 for [SIMILAR] 16 1024 4096 WITH 7996 添字 WITH 5367 ... (0.688 sec.)
Returns the number of existing documents updated 0
« MongoDB\Driver\WriteResult::getMatchedCount MongoDB\Driver\WriteResult::getServer » PHP Manual MongoDB\Driver\WriteResult Returns the number of existing documents updated MongoDB\Driver\WriteResult::getModifiedCount (mongodb >=1.0.0) MongoDB\Driver\WriteResult::getModifiedCount — Retur ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getmodifiedcount.html - [similar]
Returns an array of identifiers for upserted documents 0
« MongoDB\Driver\WriteResult::getUpsertedCount MongoDB\Driver\WriteResult::getWriteConcernError » PHP Manual MongoDB\Driver\WriteResult Returns an array of identifiers for upserted documents MongoDB\Driver\WriteResult::getUpsertedIds (mongodb >=1.0.0) MongoDB\Driver\WriteResult::getUpser ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getupsertedids.html - [similar]
ドキュメントをひとつ取得 0
« Collection::getName Collection::getSchema » PHP Manual mysql_xdevapi\Collection ドキュメントをひとつ取得 Collection::getOne (No version information available, might only be in Git) Collection::getOne — ドキュメントをひとつ取得 説明 public mysql_xdevapi\Collection::getOne ( string $id ) ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getone.html - [similar]
ドキュメントのフィールドのフィルタを設定する 0
« CollectionFind::execute CollectionFind::groupBy » PHP Manual mysql_xdevapi\CollectionFind ドキュメントのフィールドのフィルタを設定する CollectionFind::fields (No version information available, might only be in Git) CollectionFind::fields — ドキュメントのフィールドのフィルタを設定する 説 ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.fields.html - [similar]
返されるドキュメントの数を限定する 0
« CollectionFind::having CollectionFind::lockExclusive » PHP Manual mysql_xdevapi\CollectionFind 返されるドキュメントの数を限定する CollectionFind::limit (No version information available, might only be in Git) CollectionFind::limit — 返されるドキュメントの数を限定する 説明 public mysql_ ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.limit.html - [similar]
YAZ 関数 0
« 例 yaz_addinfo » PHP Manual YAZ YAZ 関数 YAZ 関数 目次 yaz_addinfo — 詳細なエラー情報を返す yaz_ccl_conf — CCL パーサを設定する yaz_ccl_parse — CCL パーサを起動する yaz_close — YAZ 接続をクローズする yaz_connect — Z39.50 サーバーへの接続を準備する yaz_database — セッション内のデータベー ...
https://man.plustar.jp/php/ref.yaz.html - [similar]
SNMP オブジェクトのサブツリーを取得する 0
« SNMP::setSecurity SNMPException » PHP Manual SNMP SNMP オブジェクトのサブツリーを取得する SNMP::walk (PHP 5 >= 5.4.0, PHP 7, PHP 8) SNMP::walk — SNMP オブジェクトのサブツリーを取得する 説明 public SNMP::walk ( array | string $objectId , bool $suffixAsKey = false , int $maxRepetitions = ...
https://man.plustar.jp/php/snmp.walk.html - [similar]
0
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバー この例は、簡単な応答サーバーです。変数 address と port を設定と実行環境に合うように変更してください。 このサーバーに次のようなコマンドで接続することが可能です。 : telnet 192.168.1.53 10000 ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
APC User Cache 0
« PHP の振る舞いの変更 はじめに » PHP Manual PHP の振る舞いの変更 APC User Cache APC User Cache はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 APCu 関数 apcu_add — 新規の変数をデータ領域にキャッシュする apcu_cache_info — APCu のデータから、キャッシュさ ...
https://man.plustar.jp/php/book.apcu.html - [similar]
基本的な例 0
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/test.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); ...
https://man.plustar.jp/php/dba.example.html - [similar]