How to match EOF (Ctrl-Z) in php

ascecteagergy

New Member
I need to accept inputs from keyboard in php. When the user is done with all the inputs he sends EOF (Ctrl-Z) . How do I match this in php, so that the inputs can be processed and script still continues to execute.RegardsMithun
 
Back
Top