recoye / php-bytearray

php版本的bytearray like java,as3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#php ByteArray

Build Status Software License

php版本的ByteArray,like java,as3。

You can send comments, patches, questions here on github or to mail#recoye.com (@recoye).

安装

phpize
./configure
make && make install

make install copies bytearray.so to an appropriate location, but you still need to enable the module in the PHP config file. To do so, either edit your php.ini with the following contents: extension=bytearray.so.

函数列表

About

php版本的bytearray like java,as3


Languages

Language:C 90.7%Language:PHP 8.0%Language:JavaScript 1.1%Language:Shell 0.2%