|
PharData::setSignatureAlgorithmSet the signature algorithm for a phar and apply it Description
public void PharData::setSignatureAlgorithm(int
$algo , stringnull $privateKey = null )
Set the signature algorithm for a phar and apply it. The
signature algorithm must be one of Parameters
Return ValuesNo value is returned. Errors/ExceptionsThrows UnexpectedValueException for many errors, BadMethodCallException if called for a zip- or a tar-based phar archive, and a PharException if any problems occur flushing changes to disk. Changelog
See Also
|