|
PharFileInfo::delMetadataDeletes the metadata of the entry Description
public bool PharFileInfo::delMetadata()
Deletes the metadata of the entry, if any. ParametersNo parameters. Return Values
Returns Errors/ExceptionsThrows PharException if errors occurred while flushing changes to disk, and BadMethodCallException if write access is disabled. Examples
Example #1 A PharFileInfo::delMetaData example
The above example will output: bool(false) bool(true) bool(false) See Also
|