Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
 
3
require_once 'tests-config.php';
4
 
5
require_once 'System/Daemon.php';
6
require_once 'System/Daemon/OS.php';
7
 
8
$os = System_Daemon_OS::factory();
9
$details = $os->getDetails();
10
 
11
echo count($details);