Results of 1 - 10 of about 177 for Collection (0.028 sec.)
- Collection クラス 8896
- « Client::getClient Collection::add » PHP Manual Mysql_xdevapi Collection クラス Collection クラ
...
>= 8.0.11) はじめに クラス概要 class mysql_xdevapi\Collection implements mysql_xdevapi\SchemaObject { /* プロパテ ...
ド */ public add ( mixed $document ): mysql_xdevapi\CollectionAdd public addOrReplaceOne ( string $id , string $d ...
nd ( string $search_condition = ? ): mysql_xdevapi\CollectionFind public getName (): string public getOne ( stri ...
modify ( string $search_condition ): mysql_xdevapi\CollectionModify public remove ( string $search_condition ): ...
-
https://man.plustar.jp/php/class.mysql-xdevapi-collection.html
- [similar]
- The Collection interface 8873
- « 例 Ds\Collection::clear » PHP Manual Data Structures The Collection interface The Collection i
...
ormation available, might only be in Git) はじめに Collection is the base interface which covers functionality c ...
sing json_encode() . インターフェイス概要 class Ds\Collection implements Countable , IteratorAggregate , JsonSer ...
public clear (): void abstract public copy (): Ds\Collection abstract public isEmpty (): bool abstract public t ...
(): array } 変更履歴 バージョン 説明 PECL ds 1.4.0 Collection implements IteratorAggregate now instead of just T ...
-
https://man.plustar.jp/php/class.ds-collection.html
- [similar]
- Converts the collection to an array 8661
- « Ds\Collection::isEmpty Hashable » PHP Manual Collection Converts the collection to an array Ds
...
\Collection::toArray (PECL ds >= 1.0.0) Ds\Collection::toArray ...
— Converts the collection to an array 説明 abstract public Ds\Collection::to ...
Array (): array Converts the collection to an array . 注意 : Casting to an array is not su ...
containing all the values in the same order as the collection. 例 例1 Ds\Collection::toArray() example <?php $co ...
-
https://man.plustar.jp/php/ds-collection.toarray.html
- [similar]
- Removes all values 8606
- « Collection Ds\Collection::copy » PHP Manual Collection Removes all values Ds\Collection::clear
...
(PECL ds >= 1.0.0) Ds\Collection::clear — Removes all values 説明 abstract public D ...
s\Collection::clear (): void Removes all values from the collec ...
ータはありません。 戻り値 値を返しません。 例 例1 Ds\Collection::clear() example <?php $collection = new \ Ds \ Ve ...
ctor ([ 1 , 2 , 3 ]); print_r ( $collection ); $collection -> clear (); print_r ( $collection ...
-
https://man.plustar.jp/php/ds-collection.clear.html
- [similar]
- Returns a shallow copy of the collection 8606
- « Ds\Collection::clear Ds\Collection::isEmpty » PHP Manual Collection Returns a shallow copy of
...
the collection Ds\Collection::copy (PECL ds >= 1.0.0) Ds\Collecti ...
on::copy — Returns a shallow copy of the collection 説明 abstract public Ds\Collection::copy (): Ds\Co ...
llection Returns a shallow copy of the collection. パラメータ この関数にはパラメータはありません。 戻 ...
り値 Returns a shallow copy of the collection. 例 例1 Ds\Collection::copy() example <?php $a = n ...
-
https://man.plustar.jp/php/ds-collection.copy.html
- [similar]
- Returns whether the collection is empty 8606
- « Ds\Collection::copy Ds\Collection::toArray » PHP Manual Collection Returns whether the collection
...
ion is empty Ds\Collection::isEmpty (PECL ds >= 1.0.0) Ds\Collection::isEmpty ...
— Returns whether the collection is empty 説明 abstract public Ds\Collection::isEmp ...
ty (): bool Returns whether the collection is empty. パラメータ この関数にはパラメータはありま ...
せん。 戻り値 Returns true if the collection is empty, false otherwise. 例 例1 Ds\Collection::i ...
-
https://man.plustar.jp/php/ds-collection.isempty.html
- [similar]
- collection.xml および collection.xsl ファイルの例 8516
- « 例 libxml のエラー処理関数によるエラー処理 » PHP Manual 例 collection.xml および collection.xs
...
l ファイルの例 collection.xml および collection.xsl ファイルの例 このリファレ ...
ファイルの両方が必要です。 例では、以下の内容を含む collection.xml と collection.xsl を使用します。 例1 collectio ...
n.xml <collection> <cd> <title>Fight for your mind</title> <artist>B ...
st>Jimi Hendrix</artist> <year>1997</year> </cd> </collection> 例2 collection.xsl <xsl:stylesheet version="1.0" ...
-
https://man.plustar.jp/php/xsl.examples-collection.html
- [similar]
- Collection のコンストラクタ 8394
- « Collection::addOrReplaceOne Collection::count » PHP Manual mysql_xdevapi\Collection Collection
...
のコンストラクタ Collection::__construct (No version information available, mi ...
ght only be in Git) Collection::__construct — Collection のコンストラクタ 説明 pr ...
ivate mysql_xdevapi\Collection::__construct () コレクションオブジェクトを構築しま ...
数にはパラメータはありません。 例 例1 mysql_xdevapi\Collection::getOne() の例 <?php $session = mysql_xdevapi \ ge ...
-
https://man.plustar.jp/php/mysql-xdevapi-collection.construct.html
- [similar]
- ドキュメントを検索する 8249
- « Collection::existsInDatabase Collection::getName » PHP Manual mysql_xdevapi\Collection ドキュメ
...
ントを検索する Collection::find (No version information available, might onl ...
y be in Git) Collection::find — ドキュメントを検索する 説明 public mysql_x ...
devapi\Collection::find ( string $search_condition = ? ): mysql_xdev ...
api\CollectionFind ドキュメントが属するデータベースコレクションや ...
-
https://man.plustar.jp/php/mysql-xdevapi-collection.find.html
- [similar]
- コレクションを削除する 8216
- « Collection::modify Collection::removeOne » PHP Manual mysql_xdevapi\Collection コレクションを削
...
除する Collection::remove (No version information available, might o ...
nly be in Git) Collection::remove — コレクションを削除する 説明 public mysql ...
_xdevapi\Collection::remove ( string $search_condition ): mysql_xdevap ...
i\CollectionRemove 特定の検索条件に合致するコレクションを削除し ...
-
https://man.plustar.jp/php/mysql-xdevapi-collection.remove.html
- [similar]