Re: Static constructor support

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

 



On Wed, Sep 26, 2012 at 2:29 PM, Yves Goergen
<nospam.list@xxxxxxxxxxxxxxx>wrote:

> How do other languages than C# call that? :-)
>

Java has "static initializers" which work the same way: they are executed
when the class is first loaded and before any code can make use of the
class.

David

[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