Welcome Guest, Not a member yet? Register   Sign In
result() Vs result_array()
#1

[eluser]Dregond Rahl[/eluser]
Hi everyone, just wondering if there was any different in speed or memory regarding returning results as an array or object =] ?
#2

[eluser]BnoL[/eluser]
Performance: mysql_fetch_array() is slightly faster than mysql_fetch_object() (not significantly) Smile
#3

[eluser]jedd[/eluser]
That would match my expectations, given the extra bulk wrapped around objects (even if only due to the memory consumption).
#4

[eluser]Dregond Rahl[/eluser]
awesome, thanks both of you ^^




Theme © iAndrew 2016 - Forum software by © MyBB