update : 2015.11.03
php.shukuma.com검색:
|
PharData::delMetadata(PHP >= 5.3.0, PECL phar >= 2.0.0) PharData::delMetadata — Deletes the global metadata of a zip archive 설명
bool PharData::delMetadata
( void
)
Deletes the global metadata of the zip archive 인수
반환값
returns 오류/예외Throws PharException if errors occur while flushing changes to disk. 예제
Example #1 A PharData::delMetaData() example
<?php 위 예제의 출력: NULL string(8) "hi there" NULL |