1 Star 0 Fork 59

百科/tonyenc

forked from 端木凌风/tonyenc 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
php_tonyenc.h 379 Bytes
Copy Edit Raw Blame History
端木凌风 authored 2021-11-19 22:12 . init
/* tonyenc extension for PHP */
#ifndef PHP_TONYENC_H
# define PHP_TONYENC_H
extern zend_module_entry tonyenc_module_entry;
# define phpext_tonyenc_ptr &tonyenc_module_entry
#define PHP_TONYENC_VERSION "1.0.1" /* Replace with version number for your extension */
# if defined(ZTS) && defined(COMPILE_DL_TONYENC)
ZEND_TSRMLS_CACHE_EXTERN()
# endif
#endif /* PHP_TONYENC_H */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wangbaike168/tonyenc.git
git@gitee.com:wangbaike168/tonyenc.git
wangbaike168
tonyenc
tonyenc
master

Search