4 Star 58 Fork 4

swoole / phpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
reference.md 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rango 提交于 2023-12-14 12:48 . Update docs

引用类型

PHP 中是支持传引用的,在 Python 中可以包裹为一个 phpy.Reference 对象实现。

示例

import phpy

errno = phpy.Reference()
errstr = phpy.Reference()
rs = phpy.call("stream_socket_client", 'tcp://127.0.0.1:9999', errno, errstr, 30)
1
https://gitee.com/swoole/phpy.git
git@gitee.com:swoole/phpy.git
swoole
phpy
phpy
main

搜索帮助