File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Query/ForUpdate/ConflictResolutionMode.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Query\ForUpdate; enum ConflictResolutionMode { /** * Wait for the row to be unlocked */ case ORDINARY; /** * Skip the row if it is locked */ case SKIP_LOCKED; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings