Re: php and =&

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Marc wrote:
I'm looking through various documentation on MDB2

In some examples the assignment operator looks like it is mixed with a bitwise or logic operator - IE

$mdb2 =& MDB2::factory($dsn);

Other examples though just have

$mdb2 = MDB2::factory($dsn);

With the =& operator, PHP creates references:

http://phpbuilder.com/manual/en/language.references.whatdo.php

Ah thank you!
I guess I have a lot of reading to do.
It looks like it acts somewhat like hard links on a filesystem, but not always.


Greetings from Germany

My mother was born there :)

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux