PHP » GoLang |
login |
register |
about
|
GoLang PharData::convertToData
request it (424)
GoLang replacement for PHP's PharData::convertToData
[edit | history]
PharData::convertToData(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0) PharData::convertToData — Convert a phar archive to a non-executable tar or zip file DescriptionThis method is used to convert a non-executable tar or zip archive to another non-executable format. If no changes are specified, this method throws a BadMethodCallException. This method should be used to convert a tar archive to zip format or vice-versa. Although it is possible to simply change the compression of a tar archive using this method, it is better to use the PharData::compress() method for logical consistency. If successful, the method creates a new archive on disk and returns a PharData object. The old archive is not removed from disk, and should be done manually after the process has finished. Parameters
Return ValuesThe method returns a PharData object on success and throws an exception on failure. Errors/ExceptionsThis method throws BadMethodCallException when unable to compress, an unknown compression method has been specified, the requested archive is buffering with Phar::startBuffering() and has not concluded with Phar::stopBuffering(), and a PharException if any problems are encountered during the phar creation process. Examples
Example #1 A PharData::convertToData() example Using PharData::convertToData():
<?php See Also
|
more
Recently updated
more
Most requested
|