Function Virtual_shell->_check_is_redirection
Definitions
sources/commandr.php
- Is the current block a valid redirection instruction?.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Redirection instruction?
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Is the current block a valid redirection instruction?.
*
* @return boolean Redirection instruction?
*/
protected function _check_is_redirection() : bool
* Is the current block a valid redirection instruction?.
*
* @return boolean Redirection instruction?
*/
protected function _check_is_redirection() : bool

