Ejemplo n.º 1
0
 /**
  * write double
  * @param float $s
  */
 public function writeDouble($s)
 {
     parent::writeDouble($s);
 }