Skip to content

levcoder/duplicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist hex-abyss/duplicate "*"

or add

"hex-abyss/duplicate": "*"

to the require section of your composer.json file.

Usage

while(true){
    //some code
    if (\hexAbyss\Duplicate::isStopProcess())
        break;
}
while(true){
    //some code
    \hexAbyss\Duplicate::isExit();
}
//file: index.php
while(true){
    //some code
    if (\hexAbyss\Duplicate::isStopProcess())
        break;
}

//file: info.php
\hexAbyss\Duplicate::getInstance('keyInfo');
while(true){
    //some code
    if (\hexAbyss\Duplicate::isStopProcess())
        break;
}

License

The source code for the site is licensed under the MIT license, which you can find in the MIT-LICENSE.md file.

About

To check is duplicate process

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages