1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="MongoBinData" namespace="" name="MongoBinData">
<constant name="GENERIC" value="0">
<docblock>
<var type="int"/>
</docblock>
</constant>
<constant name="FUNC" value="1">
<docblock>
<var type="int"/>
</docblock>
</constant>
<constant name="BYTE_ARRAY" value="2">
<docblock>
<var type="int"/>
</docblock>
</constant>
<constant name="UUID" value="3">
<docblock>
<var type="int"/>
</docblock>
</constant>
<constant name="UUID_RFC4122" value="4">
<docblock>
<var type="int"/>
</docblock>
</constant>
<constant name="MD5" value="5">
<docblock>
<var type="int"/>
</docblock>
</constant>
<constant name="CUSTOM" value="128">
<docblock>
<var type="int"/>
</docblock>
</constant>
<member name="bin" static="false" visibility="public">
<default>null</default>
<docblock>
<var type="string"/>
</docblock>
</member>
<member name="type" static="false" visibility="public">
<default>null</default>
<docblock>
<var type="int"/>
</docblock>
</member>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Creates a new binary data object">Creates a new binary data object.</description>
<return type="void"/>
</docblock>
<parameter name="data" optional="false" byreference="false" type="string"/>
<parameter name="type" optional="true" byreference="false" type="int"/>
</constructor>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The string representation of this binary data object"/>
<return type="string"/>
</docblock>
</method>
</class>
|