5 Star 15 Fork 3

Gitee 极速下载/php-nsq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/yunnian/php-nsq/
克隆/下载
nsq.php 537 Bytes
一键复制 编辑 原始数据 按行查看 历史
小宇的晴天小窝 提交于 2017-12-04 01:04 +08:00 . test github protected master branch
<?php
$br = (php_sapi_name() == "cli")? "":"<br>";
if(!extension_loaded('nsq')) {
dl('nsq.' . PHP_SHLIB_SUFFIX);
}
/*
$module = 'nsq';
$functions = get_extension_funcs($module);
echo "Functions available in the test extension:$br\n";
foreach($functions as $func) {
echo $func."$br\n";
}
echo "$br\n";
$function = 'confirm_' . $module . '_compiled';
if (extension_loaded($module)) {
$str = $function($module);
} else {
$str = "Module $module is not compiled into PHP";
}
echo "$str\n";
*/
$d = subscribe("sss");
var_dump($d);
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/php-nsq.git
git@gitee.com:mirrors/php-nsq.git
mirrors
php-nsq
php-nsq
master

搜索帮助