|
PharFileInfo::delMetadataDeletes the metadata of the entry Beschreibung
public bool PharFileInfo::delMetadata
( void
)
Deletes the metadata of the entry, if any. Parameter-ListeNo parameters. Rückgabewerte
Returns Fehler/ExceptionsThrows PharException if errors occurred while flushing changes to disk, and BadMethodCallException if write access is disabled. Beispiele
Beispiel #1 A PharFileInfo::delMetaData example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(false) bool(true) bool(false) Siehe auch
|