Q. Which function is used to check if a file is writable? (A) is_writable() (B) file_writeable() (C) can_write() (D) write_check() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) is_writable() Explanation: is_writable() returns true if the file is writable.