is_writeable

(PHP 4, PHP 5, PHP 7)

is_writeablePseudonim pentru is_writable()

Descrierea

Această funcție este pseudonim pentru: is_writable().

add a note add a note

User Contributed Notes 1 note

up
23
hsh at autowise dot dk
7 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.
To Top