PHP Doku:: Returns true if the tar/zip archive can be modified - phardata.iswritable.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzErweiterungen zur Datenkompression und ArchivierungPharThe PharData classPharData::isWritable

Ein Service von Reinhard Neidl - Webprogrammierung.

The PharData class

<<PharData::extractTo

PharData::offsetSet>>

PharData::isWritable

(PHP >= 5.3.0, PECL phar >= 2.0.0)

PharData::isWritableReturns true if the tar/zip archive can be modified

Beschreibung

bool PharData::isWritable ( void )

This method returns TRUE if the tar/zip archive on disk is not read-only. Unlike Phar::isWritable(), data-only tar/zip archives can be modified even if phar.readonly is set to 1.

Parameter-Liste

No parameters.

Rückgabewerte

Returns TRUE if the tar/zip archive can be modified

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



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",...)