We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7b8a1 commit f3ad27eCopy full SHA for f3ad27e
README.md
@@ -96,7 +96,7 @@ Here is a list of type-specific packing methods:
96
$packer->packNil(); // MP nil
97
$packer->packBool(true); // MP bool
98
$packer->packInt(42); // MP int
99
-$packer->packFloat(M_PI); // MP float
+$packer->packFloat(M_PI); // MP float (32 or 64)
100
$packer->packFloat32(M_PI); // MP float 32
101
$packer->packFloat64(M_PI); // MP float 64
102
$packer->packStr('foo'); // MP str
0 commit comments