stdClass Object ( [id] => 10.10.11.50 [location] => -1,2 [serial] => AMJ000189-0017 [wwnn] => 500308c0976eeb4a [fw_ver] => 4.70.02.07 [status] => 6 ) */ class CBlade { var $id; var $location; var $serial; var $wwnn; var $fw_ver; var $status; function CBlade($id, $location, $serial, $wwnn, $fw_ver, $status) { $this->id = $id; $this->location = $location; $this->serial = $serial; $this->wwnn = $wwnn; $this->fw_ver = $fw_ver; $this->status = $status; } }; $EEB_bladeStatus = array("Unknown", "Not Ready", "Booting", "Auto Leveling", "Auto Leveling Complete", "Auto Level Failed", "Ready", "Powered Down" ); ?>