This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host dev | |
| HostName 127.0.0.1 | |
| User c3zi | |
| Host demo | |
| HostName 127.0.0.2 | |
| User c3zi | |
| Host test | |
| HostName 127.0.0.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // composer require ramsey/uuid moontoast/math | |
| require_once 'vendor/autoload.php'; | |
| use Ramsey\Uuid\Codec\OrderedTimeCodec; | |
| use Ramsey\Uuid\Codec\TimestampFirstCombCodec; | |
| use Ramsey\Uuid\Generator\CombGenerator; | |
| use Ramsey\Uuid\UuidFactory; |