| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\BSON\Binary::__construct(mongodb >=1.0.0) MongoDB\BSON\Binary::__construct — Construct a new Binary 説明
final public MongoDB\BSON\Binary::__construct
( string
$data
, integer $type
)エラー / 例外
変更履歴
例例1 MongoDB\BSON\Binary::__construct() example
<?php 上の例の出力は以下となります。 object(MongoDB\BSON\Binary)#1 (2) { ["data"]=> string(3) "foo" ["type"]=> int(0) } 参考 |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\BSON\Binary::__construct - Construct a new Binary」をGoogle検索
|