検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 177 for collection (0.013 sec.)
データベースに存在するかをチェックする 5339
« Schema::dropCollection Schema::getCollection » PHP Manual mysql_xdevapi\Schema データベースに存 ... $session -> getSchema ( "food" ); $schema -> createCollection ( "trees" ); // ... $trees = $schema -> getCollect ... ion ( "trees" ); // ... // Is this collection still in the database (schema)? if ( $trees -> exi ... stsInDatabase ()) { echo "Yes, the 'trees' collection is still present." ; } 上の例の出力は、 たとえば以 ... 下のようになります。 Yes, the 'trees' collection is still present. 関連キーワード: 存在 , データベー ...
https://man.plustar.jp/php/mysql-xdevapi-schema.existsindatabase.html - [similar]
コレクションをテーブルオブジェクトとして取得する 5339
« Schema::getCollection Schema::getCollections » PHP Manual mysql_xdevapi\Schema コレクションをテ ... ーブルオブジェクトとして取得する Schema::getCollectionAsTable (No version information available, might on ... ly be in Git) Schema::getCollectionAsTable — コレクションをテーブルオブジェクトとして取 ... 得する 説明 public mysql_xdevapi\Schema::getCollectionAsTable ( string $name ): mysql_xdevapi\Table コレク ... るテーブルオブジェクトを返します。 例 例1 Schema::getCollectionAsTable の例 <?php $session = mysql_xdevapi \ getSe ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollectionastable.html - [similar]
SoapClient のコンストラクタ 5284
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... " xmlns="urn:example"> <SOAP-ENV:Body> <response> <collection> <item>Single</item> </collection> <collection> <i ... tem>First</item> <item>Second</item> </collection> </response> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ... = $client->exampleRequest(); var_dump( $response->collection[0]->item ); var_dump( $response->collection[1]->it ... = $client->exampleRequest(); var_dump( $response->collection[0]->item ); var_dump( $response->collection[1]->it ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
5194
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds ... , Object , Pair , key , 出力 , Map , 定義 , 定数 , Collection ...
https://man.plustar.jp/php/ds.examples.html - [similar]
トランザクションをコミットする 5194
« Session::close Session::__construct » PHP Manual mysql_xdevapi\Session トランザクションをコミッ ... etSession ( "mysqlx://user:password@localhost" ); $collection = $session -> getSchema ( "addressbook" )-> getCol ... n ( "friends" ); $session -> startTransaction (); $collection -> add ( '{"John":42, "Sam":33}' )-> execute (); $ ...
https://man.plustar.jp/php/mysql-xdevapi-session.commit.html - [similar]
Create new MongoDB Manager 5161
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... -only feature that only applies to operations on a collection. Automatic encryption is not supported for operati ... requires the authenticated user to have the » listCollections privilege action. Explicit encryption/decryption ... ng A fully qualified namespace (e.g. "databaseName.collectionName" ) denoting the collection that contains all d ... optional string> } schemaMap array | object Map of collection namespaces to a local JSON schema. This is used to ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
Execute a database query 5161
« MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual ... ( string ) 完全修飾形式の名前空間 ( "databaseName.collectionName" )。 query ( MongoDB\Driver\Query ) 実行するク ... ([ 'x' => 3 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $filter = [ 'x' => [ '$gt' => 1 ]]; $o ... ptions ); $cursor = $manager -> executeQuery ( 'db.collection' , $query ); foreach ( $cursor as $document ) { va ... ptions ); $cursor = $manager -> executeQuery ( 'db.collection' , $query ); foreach ( $cursor as $document ) { va ...
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html - [similar]
コレクションオブジェクトに関連付けられたリソースを解放する 5161
« OCICollection::assignElem OCICollection::getElem » PHP Manual OCICollection コレクションオブジ ... ェクトに関連付けられたリソースを解放する OCICollection::free (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) OC ... ICollection::free — コレクションオブジェクトに関連付けられたリ ... ソースを解放する 説明 public OCICollection::free (): bool コレクションオブジェクトに関連付けら ... 変更履歴 バージョン 説明 8.0.0, PECL OCI8 3.0.0 OCI-Collection クラスは、 PHP の名前付けの規約に従って OCICollect ...
https://man.plustar.jp/php/ocicollection.free.html - [similar]
URI に変換する 5161
« XSLTProcessor::transformToDoc XSLTProcessor::transformToXml » PHP Manual XSLTProcessor URI に変 ... ロードする $xml = new DOMDocument ; $xml -> load ( 'collection.xml' ); $xsl = new DOMDocument ; $xsl -> load ( 'c ...
https://man.plustar.jp/php/xsltprocessor.transformtouri.html - [similar]
The Stack class 5128
« Ds\Set::xor Ds\Stack::allocate » PHP Manual Data Structures The Stack class The Stack class (N ... はじめに A Stack is a “last in, first out” or “LIFO” collection that only allows access to the value at the top of ... nternally. クラス概要 class Ds\Stack implements Ds\Collection , ArrayAccess { /* メソッド */ public allocate ( i ...
https://man.plustar.jp/php/class.ds-stack.html - [similar]