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