|
PharData::delMetadataDeletes the global metadata of a zip archive Description
bool PharData::delMetadata
( void
)
Deletes the global metadata of the zip archive Parameters
Return Values
returns Errors/ExceptionsThrows PharException if errors occur while flushing changes to disk. Examples
Example #1 A PharData::delMetaData example
<?php The above example will output: NULL string(8) "hi there" NULL See Also
|