Current File : //opt/RZphp72/includes/test/System_Daemon/tests/os-determine.phpt.php
<?php

require_once 'tests-config.php';

require_once 'System/Daemon.php';
require_once 'System/Daemon/OS.php';

$os = System_Daemon_OS::factory();
$details = $os->getDetails();

echo count($details);