Q. Which PHP flag is used for exclusive file locking? (A) LOCK_SH (B) LOCK_EX (C) LOCK_NB (D) LOCK_RW ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) LOCK_EX Explanation: LOCK_EX requests an exclusive lock.