Posted by Greg Donald on 11/02/05 18:00
On Wed, 2 Nov 2005, 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.
You can use rewind() on an fopen()'d php://stdin.
--
Greg Donald
Zend Certified Engineer
MySQL Core Certification
http://destiney.com/
Navigation:
[Reply to this message]
|