1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="SplFloat" namespace="" name="SplFloat">
<extends name="SplType" full="SplType"/>
<constant name="__default" value="0">
<docblock>
<var type="float"/>
</docblock>
</constant>
<constructor name="__construct" abstract="false" static="false" final="false">
<docblock>
<description compact=""/>
<return type="void"/>
</docblock>
<parameter name="initial_value" optional="true" byreference="false" type="object" class="mixed"/>
<parameter name="strict" optional="true" byreference="false" type="object" class="bool"/>
</constructor>
</class>
|