Skip to content

Commit c25f3ea

Browse files
committed
Updated docs
1 parent 5e4e4b6 commit c25f3ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Console::error('Red log message'); // stderr
6868

6969
### Execute Commands
7070

71+
Function returns exit code (0 - OK, >0 - error) and writes stdout, stderr to reference variables. The timeout variable allows you to limit the number of seconds the command can run.
72+
73+
74+
7175
```php
7276
$stdout = '';
7377
$stderr = '';

0 commit comments

Comments
 (0)