update : 2015.11.03
php.shukuma.com검색:
|
PharFileInfo::delMetadata(PHP >= 5.3.0, PECL phar >= 1.2.0) PharFileInfo::delMetadata — Deletes the metadata of the entry 설명
public bool PharFileInfo::delMetadata
( void
)
Deletes the metadata of the entry, if any. 인수No parameters. 반환값
Returns 오류/예외Throws PharException if errors occurred while flushing changes to disk, and BadMethodCallException if write access is disabled. 예제
Example #1 A PharFileInfo::delMetaData() example
<?php 위 예제의 출력: bool(false) bool(true) bool(false) 참고
|