On Sun, Oct 12, 2003 at 07:09:32PM +0200, Marek Kilimajer wrote:
: 
: Paul Freedman wrote:
: >
: >In the php statement
: >$q->qzml();
: >what is the symbol '->' called? What does it mean?
:
: It calls *member* function of object $q.
[...]
: >I have also come across the symbol '=>'. I assume it is not the same 
: >symbol. What is it, and what does it mean?
: 
: It is used to assign values to keys in array() construct:
: http://sk.php.net/manual/en/function.array.php

But as for the first question, I don't know if '->' or '=>' have any
specific *names* in PHP.

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

Reply via email to