第 68 页 - 学习
PHP写日志文件(log.txt)

<?phpfunctionlogResult($str=&039;&039;){$fp=fopen("log.txt","a");flock($fp,L...

PHP笔记