|
PharData::deleteDelete a file within a tar/zip archive Beschreibung
bool PharData::delete
( string
$entry
)Delete a file within an archive. This is the functional equivalent of calling unlink on the stream wrapper equivalent, as shown in the example below. Parameter-Liste
Rückgabewerte
returns Fehler/ExceptionsThrows PharException if errors occur while flushing changes to disk. Beispiele
Beispiel #1 A PharData::delete example
<?phpSiehe auch
|