Addressed to: "Richard Davey" <[EMAIL PROTECTED]>
              [EMAIL PROTECTED]

** Reply to note from "Richard Davey" <[EMAIL PROTECTED]> Sat, 11 May 2002 
01:54:43 +0100
>
> Hi,
>
> I am wondering if there is any tangible difference between the following two
> commands:
>
> $x = $foo["status"];
> $x = $foo['status'];
>

$foo['status']; should be marginaly faster as PHP doesn't have to look
for $ in the value that need to be converted to their values.


Rick

Rick Widmer
Internet Marketing Specialists
http://www.developersdesk.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to