php简单登录

时间:2026年06月20日 20:02:53

PHP: file_put_contents - Manual

php $file='people.txt'; // The new person to add to the file $person= John Smith\n ; // Write the contents to the file, // using the FILE_APPEND flag to append the conten...www.php.net