function order($a,$b){
    return strlen($b)-strlen($a);
}
usort($mots,'order');