PHP 8.5.0 Alpha 2 available for testing

Voting

: max(zero, five)?
(Example: nine)

The Note You're Voting On

Pure-PHP
20 years ago
You can use this function also to avoid more than one instance of your app.

You can also use this class.
http://www.pure-php.de/node/20

Usage:

<?php

inlude
("ProcessHandler.class.php");

if(
ProcessHandler::isActive()){
die(
"Already running!\n";);
}else{
ProcessHandler::activate();
//run my app
}

?>

<< Back to user notes page

To Top