[PHP] Converting binary data

2002-06-11 Thread Lucijan
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

[PHP] Object reference

2002-03-21 Thread Lucijan
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

Re: [PHP] Object reference

2002-03-21 Thread Lucijan
> 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