mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Create more documentation (#7627)
* Documentation, format class, no modification.
This commit is contained in:
@@ -34,6 +34,13 @@
|
||||
//echo "pid_file: ".$pid_file."\n";
|
||||
|
||||
//function to check if the process exists
|
||||
/**
|
||||
* Checks if a process is running.
|
||||
*
|
||||
* @param string $file The path to the file containing the process ID, or false for no check.
|
||||
*
|
||||
* @return bool True if the process is running, false otherwise.
|
||||
*/
|
||||
function process_exists($file = false) {
|
||||
|
||||
//set the default exists to false
|
||||
|
||||
Reference in New Issue
Block a user