예제 #1
0
 function writeDouble($value)
 {
     $this->stream .= 'D';
     $this->stream .= Hessian_ByteUtils::getFloatBytes($value);
 }