PHP: is_writeable - Manual (original) (raw)
Change language:
(PHP 4, PHP 5, PHP 7, PHP 8)
is_writeable — Alias of is_writable()
Description
This function is an alias of: is_writable().
Found A Problem?
Learn How To Improve This Page •Submit a Pull Request •Report a Bug
User Contributed Notes 1 note
26
9 years ago
A tiny benefit of using is_writeable() instead of is_writable() is that is_writable() will pollute search results when searching source code for files containing the word "table".
Writeable is an alternative and not as frequently used (but still absolutely correct) spelling of writable.