hp to get first 4 bytes (btw, is there something that
returns size of integer - sizeof seems to work on arrays only), and convert
them to integer
Thanks
Lucijan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
f 'NoName' (like I was expecting)
I'd expect $a and $b to behave like reference pointers (change in $b is
reflected in $a and vice versa) instead of copiing $a to $b (beiing a Delphi
programmer this is as natural to me as the Sun raising in east and setting
in west :-)
So, is th
> Use & to reference one variable to another!
> $b =& $a;
Thanks.
Lucijan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo