On Tue, Jul 13, 2010 at 01:27, Karoly Negyesi wrote:
> Hi,
>
> if I were to embark on the foolish quest of trying to clarify that
[..]
> where would that go? A new page under operators for function call
I'd say you found the perfect place on
http://php.net/functions.variable-functions :)
-Hannes
Hi,
if I were to embark on the foolish quest of trying to clarify that
* $whatever() calls a function where the name is called in $whatever.
* new $whatever() creates the class which name is contained in $whatever.
* new classname::$static_property() creates the class which name is
contained in t