PHP 8.5.0 Beta 3 available for testing

Voting

: one minus one?
(Example: nine)

The Note You're Voting On

doppelbauer at gmail dot com
18 years ago
Windows does not support locking the database. You may use $_ENV to determine the OS:

$locking = (stripos($_ENV['OS'],'windows') === false ? 'd' : 'l');

<< Back to user notes page

To Top