You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$stringTest = " the quick <b>brown</b> fox jumps <i>over</i> the lazy dog and eat <span>lorem ipsum</span> Valar morghulis <br/>\n\rабыр\nвалар дохаэрис ";
23
23
$regexPattern = '/[\s,]+/';
@@ -64,7 +64,7 @@ function convert_si($size)
64
64
/**
65
65
* Read /proc/cpuinfo, fetch some data
66
66
*/
67
-
functiongetCpuInfo()
67
+
functiongetCpuInfo($fireUpCpu=false)
68
68
{
69
69
$cpu = array(
70
70
'model' => '',
@@ -81,9 +81,11 @@ function getCpuInfo()
81
81
// Code from https://github.com/jrgp/linfo/blob/master/src/Linfo/OS/Linux.php
0 commit comments