开发者

Get the official source code of the PHP ZipArchive class

开发者 https://www.devze.com 2023-01-06 14:35 出处:网络
开发者_如何学编程How can I get the official source code for the PHP ZipArchive class?Assuming you\'re talking about the PHP ZipArchive class: download the PHP source code and look for the appropriate

开发者_如何学编程How can I get the official source code for the PHP ZipArchive class?


Assuming you're talking about the PHP ZipArchive class: download the PHP source code and look for the appropriate file. You may be disappointed if you expect the source code to be PHP code because the source code is written in C Language.

Alternatively, PHP source code can also be found on PHP Github Development Repository.

You can also take a look at the Examples folder for usage.

0

精彩评论

暂无评论...
验证码 换一张
取 消