PHP » GoLang |
login |
register |
about
|
GoLang PharFileInfo::delMetadata
request it (387)
GoLang replacement for PHP's PharFileInfo::delMetadata
[edit | history]
PharFileInfo::delMetadata(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.2.0) PharFileInfo::delMetadata — Deletes the metadata of the entry Description
public bool PharFileInfo::delMetadata
( void
)
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
<?php The above example will output: bool(false) bool(true) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|