摘要:
file_get_contents() 作用就是将文件读到字符串中 file_get_contents(path,include_path,context,start,max_length) | 参数 | 描述 | | | | | path | 必需。规定要读取的文件。 | | include_pa 阅读全文
posted @ 2021-08-27 10:57
无据
阅读(338)
评论(0)
推荐(0)
摘要:
一直学pop链,原理是懂的,但是就是做不出来题目,这次好好总结一下,直接上题目,研究的是 [EIS 2019]EzPOP 这道题还是很有难度的 源代码如下: 1 <?php 2 error_reporting(0); 3 4 class A { 5 6 protected $store; 7 8 p 阅读全文
posted @ 2021-08-27 10:34
无据
阅读(283)
评论(0)
推荐(0)