We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
谢谢分享。
看到您的代码其实是封装了C的PHP,但其中有许多PHP固有的库函数,例如PHP_INI_BEGIN , PHP_MINIT_FUNCTION 等,想问如果我想修改为纯C(或C/C++)版本,达到
PHP_INI_BEGIN
PHP_MINIT_FUNCTION
py = hanzi2pinyin(hz)
这样的功能,该做哪些修改呢?作为对PHP小白求助~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
谢谢分享。
看到您的代码其实是封装了C的PHP,但其中有许多PHP固有的库函数,例如
PHP_INI_BEGIN
,PHP_MINIT_FUNCTION
等,想问如果我想修改为纯C(或C/C++)版本,达到这样的功能,该做哪些修改呢?作为对PHP小白求助~
The text was updated successfully, but these errors were encountered: