php-general | 2001092
Date: 09/27/01
- Next message: Rasmus Lerdorf: "Re: [PHP] Variable declaration"
- Previous message: Rasmus Lerdorf: "Re: [PHP] Does PHP + PHP CACHE can vs JSP ?"
- In reply to: Rasmus Lerdorf: "Re: [PHP] Variable declaration"
- Next in thread: Rasmus Lerdorf: "Re: [PHP] Variable declaration"
- Reply: Rasmus Lerdorf: "Re: [PHP] Variable declaration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> What do you mean force declaration? That's what you are doing with this
> line:
>
> $Test = 3;
Nop! This is just starting to use a variable. Something like:
integer $Test;
is declaring a variable. But FAFAIK it's not possible in PHP :(
--* R&zE:
-- »»»»»»»»»»»»»»»»»»»»»»»» -- Renze Munnik -- DataLink BV -- -- E: renze <email protected> -- W: +31 23 5326162 -- F: +31 23 5322144 -- M: +31 6 21811143 -- -- Stationsplein 82 -- 2011 LM HAARLEM -- Netherlands -- -- http://www.datalink.nl -- ««««««««««««««««««««««««
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rasmus Lerdorf: "Re: [PHP] Variable declaration"
- Previous message: Rasmus Lerdorf: "Re: [PHP] Does PHP + PHP CACHE can vs JSP ?"
- In reply to: Rasmus Lerdorf: "Re: [PHP] Variable declaration"
- Next in thread: Rasmus Lerdorf: "Re: [PHP] Variable declaration"
- Reply: Rasmus Lerdorf: "Re: [PHP] Variable declaration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

