update : 2015.11.03
php.shukuma.com

검색:
 
 
dummy function (Phar::setStub is not valid for PharData)

PharData::setStub

(PHP >= 5.3.0, PECL phar >= 2.0.0)

PharData::setStubdummy function (Phar::setStub is not valid for PharData)

설명

bool PharData::setStub ( string $stub [, int $len = -1 ] )

Non-executable tar/zip archives cannot have a stub, so this method simply throws an exception.

인수

stub

A string or an open stream handle to use as the executable stub for this phar archive. This parameter is ignored.

len

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

오류/예외

Throws PharException on all method calls

변경점

버전 설명
5.4.0 Added len parameter.

참고

  • Phar::setStub() - Used to set the PHP loader or bootstrap stub of a Phar archive