AnalyseCssNumber()
AnalyseCssNumber(string $string) : array
Checks if a given string is a CSS valid number. If it is,
an array containing the value and unit is returned
Parameters
Returns
array
— ('unit' if unit is found or '' if no unit exists, number value) or false if no number