Results for rsort translation from English to Spanish

Computer translation

Trying to learn how to translate from the human translation examples.

English

Spanish

Info

English

rsort

Spanish

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

English

Spanish

Info

English

see also arsort(), rsort(), ksort(), and sort().

Spanish

vea también: arsort(), rsort(), ksort(), y sort().

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

see also asort(), arsort(), ksort(), sort(), natsort(), and rsort().

Spanish

vea también: asort(), arsort(), ksort() sort(), y rsort().

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

see also asort(), arsort(), krsort(), uksort(), sort(), natsort(), and rsort().

Spanish

$frutas = array ("d"= "limón", "a"= "naranja", "b"= "plátano", "c"= "manzana"); ksort ($frutas); for (reset ($frutas); $clave = key ($frutas); next ($frutas)) {echo "frutas[$clave] = ".$frutas[$clave] ."\n";}

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

English

$fruits = array ("lemon", "orange", "banana", "apple"); rsort ($fruits); reset ($fruits); while (list ($key, $val) = each ($fruits)) {echo "$key = $val\n";}

Spanish

esta función ordena una matriz en orden inverso (mayor a menor).

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
7,747,241,874 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK