An open API service indexing awesome lists of open source software.

https://github.com/wuhan005/php_extension_demo

PHP 扩展示例
https://github.com/wuhan005/php_extension_demo

Last synced: 3 months ago
JSON representation

PHP 扩展示例

Awesome Lists containing this project

README

          

# PHP_Extension_Demo
PHP 扩展示例

## 编译
```bash
/usr/bin/phpize
./configure
make && sudo make install
```

## 使用
`get_any(string repeatStr, int times, [boolean backValue])`

`get_eggplant(int times, [boolean backValue])`

`get_eggplant_emoji()`