Mysterious arrows of PHP.
February 25, 2008 7:46 PM
Subscribe
I'm puzzled by the use of "->" in PHP.
I keep seeing it used in php scripts, but I can't figure out how to google for it. Without knowing what it is called or the name of the operation it represents, it remains a mystery. What does it do, and when is it useful?
Can anyone enlighten me?
posted by BishopsLoveScifi to computers & internet (9 comments total)
2 users marked this as a favorite
When in doubt, check the manual. Specifically, the sections on classes and objects in PHP4 and PHP5.
posted by teraflop at 7:51 PM on February 25