Re: [PHP] Pointer Size

2002-05-02 Thread Miguel Cruz
On Thu, 2 May 2002, [iso-8859-4] marius petravièius wrote: > I'm trying to get the size of pointer. > > First I use >$res = fsockopen( $server, $port ); > then > echo fgets( $handle, 1024 ); > But it only gets only one line. So I need to know the size of then > pointer. I tried to

[PHP] Pointer Size

2002-05-02 Thread marius petravičius
hello, php-general, I'm trying to get the size of pointer. First I use $res = fsockopen( $server, $port ); then echo fgets( $handle, 1024 ); But it only gets only one line. So I need to know the size of then pointer. I tried to do it with fstat(), but it didn't work.. So can anyb