• 大小: 9KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: unity  

资源简介

unity服务器接收代码 unity服务器接收代码 unity服务器接收代码unity服务器接收代码 unity服务器接收代码

资源截图

代码片段和文件信息


lns=“http://www.w3.org/1999/xhtml“>

ta http-equiv=“Content-Type“ content=“text/html; charset=utf-8“ />
tle>无标题文档tle>

function Create($myFile)
{
header(‘content-type:text/html; charset=utf-8‘);//防止生成的页面乱码

$title =“src=“.$myFile; //定义变量
echo $title;
$temp_file = “temp.html“; //临时文件,也可以是模板文件
$dest_file = “dest_page.html“; //生成的目标页面

$fp = fopen($temp_file “r“); //只读打开模板
$str = fread($fp filesize($temp_file));//读取模板中内容

$str = str_replace(“[src=]“ $title $str);//替换内容
fclose($fp);

$handle = fopen($dest_file “w“); //写入方式打开需要写入的文件
fwrite($handle $str); //把刚才替换的内容写进生成的HTML文件
fclose($handle);/

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-12-02 23:37  UpLoad\
     文件        1337  2014-12-02 18:40  UpLoad\dest_page.html
     文件        1324  2014-12-02 18:35  UpLoad\temp.html
     文件        1693  2014-12-02 18:40  UpLoad\UnityUpload.php
     目录           0  2014-12-02 23:22  UpLoad\upload\
     文件         605  2014-12-01 12:30  UpLoad\Upload.html
     文件        4860  2014-12-02 15:02  UpLoad\upload\pic1.png
     文件        4860  2014-12-02 18:40  UpLoad\upload\pic2.png

评论

共有 条评论