Das PHP-Manual sagt mir:
Note: Because flock() requires a file pointer, you may have to use a special lock file to protect access to a file that you intend to truncate by opening it in write mode (with a "w" or "w+" argument to fopen()).
Schön und gut, aber was ist ein "special lock file"? Wie soll ich da vorgehen, wenn ich eine Datei mit 'w' öffnen möchte?
Note: Because flock() requires a file pointer, you may have to use a special lock file to protect access to a file that you intend to truncate by opening it in write mode (with a "w" or "w+" argument to fopen()).
Schön und gut, aber was ist ein "special lock file"? Wie soll ich da vorgehen, wenn ich eine Datei mit 'w' öffnen möchte?
Kommentar