Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
flock « File Directory « PHP
PHP
File Directory
flock
1.
Locking Files with flock( )
2.
If file lock is not available, flock( ) will return immediately with false rather than wait for a lock to become available.
3.
Using advisory file locking
4.
The file locking mechanism in PHP makes processes queue up for their locks by default