public static mixed
extractValueParam( string $needle, string $haystack )
search needle into haystask string.
exemple :
$haystack => type="foo" id="loop1" param1="value1"
Tools::extractValueParam("type", $haystack) returns foo
string
mixed
public static integer
sortArray( mixed $a, mixed $b )
sort variable array. the more longer must be first
integer