method report documentation in bbn\Util\Logger
Add information to the $info array
function($st)
{
if ( php_sapi_name() == 'cli' && empty($_SERVER['REMOTE_ADDR']) ){
if ( \is_string($st) ){
echo $st."\n";
}
else{
print_r($st,1)."\n";
}
}
else{
if ( \is_string($st) ){
array_push($this->reports,$st);
}
else{
array_push($this->reports,print_r($st,true));
}
}
return $this;
}
Add information to the $info array BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2025
BBN Solutions