摘要: 一. file_get_contents(path,include_path,context,start,max_length) 参数 描述path 必需。规定要读取的文件。include_path 可选。如果也想在 include_path 中搜寻文件的话,可以将该参数设为 “1”。context 阅读全文
posted @ 2020-03-21 09:28 HelpYourself! 阅读(1614) 评论(0) 推荐(0) 编辑
摘要: http_build_query()函数的作用是使用给出的关联(或下标)数组生成一个经过 URL-encode 的请求字符串。 写法格式:http_build_query ( mixed $query_data [, string $numeric_prefix [, string $arg_sep 阅读全文
posted @ 2020-03-21 09:25 HelpYourself! 阅读(172) 评论(0) 推荐(0) 编辑
摘要: $ git pull origin masterFrom gitee.com:zrxisme/testLog * branch master -> FETCH_HEADfatal: refusing to merge unrelated histories 原因:使用pull操作的时候出现以上错误, 阅读全文
posted @ 2020-03-21 08:49 HelpYourself! 阅读(145) 评论(0) 推荐(0) 编辑