Download the PHP package graftype/nohup without Composer
On this page you can find all versions of the php package graftype/nohup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download graftype/nohup
More information about graftype/nohup
Files in graftype/nohup
Download graftype/nohup
More information about graftype/nohup
Files in graftype/nohup
Vendor graftype
Package nohup
Short Description A library to run a command in the background, it will return the process's pid, and get it's is running status anytime in the another process, and can be stoped anytime.
License MIT
Package nohup
Short Description A library to run a command in the background, it will return the process's pid, and get it's is running status anytime in the another process, and can be stoped anytime.
License MIT
Please rate this library. Is it a good library?
Informations about the package nohup
php-nohup
A library to run a command in the background, it will return the process's pid, and get it's is running status anytime in the another process, and can be stoped anytime.
Navigation
- Installation
- Usage
- Run a script in background
- Create process from known pid ($pid)
Installation
Using composer:
Usage
Run a script in background
It will be running in the background for 5 seconds.
But, it can be stoped any time:
It stoped now!
Get the pid : $process->getPid()
, it will return the real pid in both window and *inx system.
Get it's running status with the function $process->isRunning()
:
output: .....Done.
Create process from known pid ($pid)
Method:
Nohup::run($commandLine, $outputFile, $errorFile)
$commandLine
: string, the command will be run.$outputFile
: string, the file path where to save output content.$errlogFile
: string, the file path where to save error message.
All versions of nohup with dependencies
PHP Build Version
Package Version
Requires
phpseclib/phpseclib Version
~3.0
The package graftype/nohup contains the following files
Loading the files please wait ....