system fa una chiamata di sistema.. ed è probabile che catturi anche l'output della chiamata....
prova a fare solo
system('uptime');
se te lo stampa è così...
in caso prova a fare
$UpTime = @system('uptime');
![]()
system fa una chiamata di sistema.. ed è probabile che catturi anche l'output della chiamata....
prova a fare solo
system('uptime');
se te lo stampa è così...
in caso prova a fare
$UpTime = @system('uptime');
![]()