function get_volume_of_cuboid($length, $width, $height) {
 return $length*$width*$height;
}

Catégories : PHP