https://github.com/wuhan005/php_extension_demo
PHP 扩展示例
https://github.com/wuhan005/php_extension_demo
Last synced: 3 months ago
JSON representation
PHP 扩展示例
- Host: GitHub
- URL: https://github.com/wuhan005/php_extension_demo
- Owner: wuhan005
- License: gpl-3.0
- Created: 2019-07-15T15:34:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T15:42:40.000Z (about 6 years ago)
- Last Synced: 2024-12-29T13:45:09.429Z (9 months ago)
- Language: Shell
- Size: 378 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()`