Class ConsoleInput
Object wrapper for interacting with stdin
Method Detail
__constructsource public
__construct( string $handle 'php://stdin' )
Constructor
Parameters
- string
$handle
optional 'php://stdin' - The location of the stream to use as input.
dataAvailablesource public
dataAvailable( integer $timeout 0 )
Check if data is available on stdin
Parameters
- integer
$timeout
optional 0 - An optional time to wait for data
Returns
boolean
True for data available, false otherwise
Properties summary
© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/3.1/class-Cake.Console.ConsoleInput.html