Removed function dol_micro_time. Use native PHP microtime instead.
This commit is contained in:
parent
48e03e1ab5
commit
166d56f7a3
@ -5753,20 +5753,6 @@ function dol_nboflines_bis($text, $maxlinesize = 0, $charset = 'UTF-8')
|
|||||||
return $nblines;
|
return $nblines;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Same function than microtime in PHP 5 but compatible with PHP4
|
|
||||||
*
|
|
||||||
* @return float Time (millisecondes) with microsecondes in decimal part
|
|
||||||
* @deprecated Dolibarr does not support PHP4, you should use native function
|
|
||||||
* @see microtime()
|
|
||||||
*/
|
|
||||||
function dol_microtime_float()
|
|
||||||
{
|
|
||||||
dol_syslog(__FUNCTION__ . " is deprecated", LOG_WARNING);
|
|
||||||
|
|
||||||
return microtime(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return if a text is a html content
|
* Return if a text is a html content
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user