网站首页

>>

PHP初级教程手册


函数:closelog()



closelog

关闭系统纪录。

语法: int closelog(void);

返回值: 整数

函数种类: 操作系统与环境

内容说明

本函数用来关闭已打开的系统纪录。本函数无传入参数,亦不是必须要的函数,PHP 脚本程序在执行完成后就会自动关闭打开的资源。

参考

openlog()  syslog()  



整理: (www.phpernote.com)

[ 上一页   目录页   下一页 ]

|