PHP Doku:: Returns true if the phar archive can be modified - phar.iswritable.html

Verlauf / Chronik / History: (9) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzErweiterungen zur Datenkompression und ArchivierungPharThe Phar classPhar::isWritable

Ein Service von Reinhard Neidl - Webprogrammierung.

The Phar class

<<Phar::isValidPharFilename

Phar::loadPhar>>

Phar::isWritable

(Unknown)

Phar::isWritableReturns true if the phar archive can be modified

Beschreibung

bool Phar::isWritable ( void )

This method returns TRUE if phar.readonly is 0, and the actual phar archive on disk is not read-only.

Parameter-Liste

No parameters.

Rückgabewerte

Returns TRUE if the phar archive can be modified

Siehe auch


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
kristof dot coomans at telenet dot be
23.04.2009 15:08
It might be not expected, but this function will return true if the file does not exist yet even if the directory is read-only. Tested on PHP 5.3.0 RC 1.

I have buffering on and when I call stopBuffering() then the "failed to open stream: Permission denied" PharException will be thrown.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)