← All docs

is_writeable()

Tells whether the filename is writable (alias of is_writable).

is_writeable()

function is_writeable(string $filename): bool

Tells whether the filename is writable (alias of is_writable).

Parameters:

  • $filename (string)

Returns: bool

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how is_writeable is implemented in the compiler, see the internals page.