您的位置: 框架书籍 > 其他手册→ PHPExcel

PHPExcel

资源来源网络,如果需要授权,请大家更换源码,模块仅供学习,如需商用请购买正版授权

C函数速查手册(CHM版),欢迎下载!

C函数速查手册(CHM版)提供了所有的C函数相关知识,可通过查询函数,来了解该函数。

例如:

函数名: abs;功能: 求整数的绝对值;用法: int abs(int i)。

函数名: absread, abswirte;功能: 绝对磁盘扇区读、写数据;用法: int absread(int drive, int nsects, int sectno, void *buffer); int abswrite(int drive, int nsects, in tsectno, void *buffer)。

函数名: access;功能: 确定文件的访问权限;用法: int access(const char *filename, int amode),等等。