$fp = fopen(sys_get_temp_dir().DIRECTORY_SEPARATOR."lock.txt", "w+"); if (flock($fp, LOCK_EX | LOCK_NB)) { // do an exclusive lock // YOUR CODE GOES HERE flock($fp, LOCK_UN); // release the lock } else { echo "Couldn't get the lock!"; } fclose($fp);
Quelle: https://stackoverflow.com/questions/5428631/php-preventing-collision-in-cron-file-lock-safe
Related Articles
- Fix Elementor fixed Background sizing
- WordPress Update Hinweise deaktivieren
- WP Download Manager "attached file is missing/deleted" Fehler
- WordPress Staging: Uploads Ordner von Production Seite einlesen (per htaccess)
- WC Attribute Komma durch Linebreak ersetzen
- WC Produkt Kategorie Name vor Bild in Liste anzeigen
- User Meta field nach User Role summieren
- SASS starten
- Sublime Text für WordPress einstellen
- CSS Class zu Post Type hinzufügen