Date: 11/22/00
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions strings.xml"
- Previous message: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- In reply to: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi
In array.xml, array_multisort() is said to sort multi-dimensionnal arrays,
aka $array[key1][key2].. = value;
which a print_r() displays:
Array
(
[key1] => Array
(
[key2] => value
[key2] => value
[key2] => value
)
[key1] => Array
(
[key2] => value
[key2] => value
[key2] => value
)
)
while examples are made with array of arrays
$ar = array (array ("10", 100, 100, "a"), array (1, 3, "2", 1));
Questions are :
* which definition is given to multi-dimensionnal arrays?
* is array_multisort() useable with array like : $array[key1][key2].. =
value;
Best regards,
Damien Seguy
====================================
http://www.nexen.net/
l'hebergement dynamique gratuit!
Docs PHP/MySQL en Francais, scripts
====================================
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions strings.xml"
- Previous message: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- In reply to: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

