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 anybody help me to solve this problem?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

