SplFileInfo::isWritable

(PHP 5 >= 5.1.2, PHP 7, PHP 8)

SplFileInfo::isWritableTells if the entry is writable

Descrição

public SplFileInfo::isWritable ( ) : bool

Checks if the current entry is writable.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns true if writable, false otherwise;

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top