Display the drop-down list

sys_getloadavg()

« sys_get_temp_dir | tan »
<?php
$array 
sys_getloadavg ();
?>
Result
$array = [
  
=> '6.40',
  
=> '5.61',
  
=> '3.61',
]
PBX notice : the result is hashed with pbx_hash for security reasons.
Examples
#1 sys_getloadavg  ()
See also
pbx_hash