PharData::setStub
Dummy function (Phar::setStub is not valid for PharData)
Description
public bool PharData::setStub(string $stub
, int $len
= -1)
Parameters
-
stub
-
A string or an open stream handle to use as the executable stub for this
phar archive. This parameter is ignored.
-
len
-
Return Values
Returns true
on success or false
on failure.
Errors/Exceptions
Throws PharException on all method calls