Posted by Vince Morgan on 04/20/07 14:16
I've just read that a var can be declared in php as follows:
string $var1;
integer $var2;
etc.
Here >>
http://marakana.com/blog/examples/php-data-types-and-conversions-between-them.html
They aren't talking about casting.
I've never seen this before and trying it in vers 5.0.3.3 shows that it has
no idea about it either.
Am I missing something?
TIA
Vince
Navigation:
[Reply to this message]
|