Files

8 lines
164 B
PHP
Raw Permalink Normal View History

2011-12-02 10:31:32 +00:00
<?php
list($version) = explode(',', $device['sysDescr']);
2011-12-02 10:31:32 +00:00
preg_match('/Version V(\S+) (.+) Software,/', $device['sysDescr'], $matches);
2011-12-02 10:31:32 +00:00
$hardware = $matches[2];