|
Posted by Rik on 07/18/07 23:09
On Thu, 19 Jul 2007 00:56:34 +0200, Sanders Kaufman <bucky@kaufman.net>
wrote:
> Rik wrote:
>> On Wed, 18 Jul 2007 02:13:51 +0200, Phil Latio
>
>>> Bizarre question (as always) but I am trying to think of the word
>>> describing
>>> the use var now? It is a word like obsolete or outdated.
>>>
>>> All I want is the actual word.
>> deprecated
>
> Really?!
> I just went through a bunch of classes to make sure I used Var to
> pre-type my variables. I knew it wasn't necessary (except for
> maintainability and such) but I didn't know it was outright deprecated.
It is in PHP5, there it's public/protected/private. There is backwards
campatibility with PHP4 objects to take into account though, so 'var' is
still processed correctly.
--
Rik Wasmus
Navigation:
[Reply to this message]
|