PHP code example of renlight10 / bproccess
1. Go to this page and download the library: Download renlight10/bproccess library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
renlight10 / bproccess example snippets
php
use renlight10\BProccess\BProccess;
$proccess = new BProccess(command,locationfile=optional);
echo $proccess->getPid();
php
use renlight10\BProccess\BProccess;
$proccess = new BProccess;
$proccess->setPid(int);