MongoDB\BSON\Binary::__construct

(mongodb >=1.0.0)

MongoDB\BSON\Binary::__constructDescription

Опис

public MongoDB\BSON\Binary::__construct ( string $data , string $subtype )

Параметри

data

subtype

Значення, що повертаються

Помилки/Винятки

Приклади

Приклад #1 MongoDB\BSON\Binary::__construct() example

<?php

/* ... */

?>

Наведений вище приклад виведе щось подібне до:

...

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top