update : 2015.11.03
php.shukuma.com검색:
|
Phar::setDefaultStub(Unknown) Phar::setDefaultStub — Used to set the PHP loader or bootstrap stub of a Phar archive to the default loader 설명
public bool Phar::setDefaultStub
([ string
$index
[, string $webindex
]] )
This method is a convenience method that combines the functionality of Phar::createDefaultStub() and Phar::setStub(). 인수
반환값
성공 시 오류/예외UnexpectedValueException is thrown if phar.readonly is enabled in php.ini. PharException is thrown if any problems are encountered flushing changes to disk. 예제
Example #1 A Phar::setDefaultStub() example
<?php 참고
|