[Php-it] metodi statici e dinamici

Emiliano Gabrielli (aka AlberT) AlberT at superalbert.it
Tue Dec 12 12:45:40 CET 2006


On Tuesday 12 December 2006 12:04, Domenico L. wrote:
> echo $m->method(); #->che mi scriva A
>
> echo myclass::method();#->che mi scriva B

if (is_object($this))
  echo 'A';


-- 
<?php echo '     Emiliano Gabrielli (aka AlberT)     ',"\n",
'              socio fondatore del GrUSP             ',"\n",
' AlberT_at_SuperAlberT_it   -   www.SuperAlberT.it  ',"\n",
'  IRC:    #php,#AES azzurra.com ',"\n",'ICQ: 158591185'; ?>



More information about the Php-it mailing list