随笔分类 -  c语言

摘要:本次实现了7个方法,特点是引入了外部库。 c语言代码: /* xuxiaobo extension for PHP */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <stdlib.h> #include <stdio.h> #i 阅读全文
posted @ 2024-04-15 15:53 河北大学-徐小波 阅读(39) 评论(0) 推荐(0) 编辑
摘要:效果图: 主代码如下: #include <stdlib.h> #include <stdio.h> #include "hiredis/hiredis.h" #include "mysql/mysql.h" #pragma comment(lib,"libmysql") #include <lib 阅读全文
posted @ 2024-04-11 15:08 河北大学-徐小波 阅读(27) 评论(0) 推荐(0) 编辑
摘要:c代码: /* xuxiaobo extension for PHP */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <stdlib.h> #include <stdio.h> #include "php.h" #include 阅读全文
posted @ 2024-04-11 14:54 河北大学-徐小波 阅读(12) 评论(0) 推荐(0) 编辑
摘要:c语言代码: /* test_add extension for PHP */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include <stdlib.h> #include <stdio.h> #include <string.h> #i 阅读全文
posted @ 2024-04-09 17:25 河北大学-徐小波 阅读(25) 评论(0) 推荐(0) 编辑