Re: [PHP] Pass by references

2004-03-29 Thread Rasmus Lerdorf
Just means it will fill in the arrays you pass into it in the lat two parameters. See the example on that page. -Rasmus On Mon, 29 Mar 2004, Mike Mapsnac wrote: > I write some small program that uses xml. So I will use this function > http://us3.php.net/manual/en/function.xml-parse-into-struc

[PHP] Pass by references

2004-03-29 Thread Mike Mapsnac
I write some small program that uses xml. So I will use this function http://us3.php.net/manual/en/function.xml-parse-into-struct.php. Quote: "This function parses an XML file into 2 parallel array structures, one (index) containing pointers to the location of the appropriate values in the valu