Re: Reset STDIN pointer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 02 Nov 2005 15:20:46 -0500, John Nichel wrote:

> There has to be a way to do this....reset the internal STDIN pointer to
> the begining but I'll be damned if I can find it.
> 
> reset ( STDIN );
> 
> returns an error.

The internal STDIN pointer? there is no such thing by the name of STDIN in
php.

According to http://php.net/reset it epxects an array not a file handle,
so the error would be expected.

I might be wrong but stdin is not seekable so i doubt it is even possble
to put the file handle back to the beginning.

What are you exactly trying to do to move the stdin pointer to the
beginning?


Curt.
-- 
http://news.zirzow.dyndns.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux