当前位置: 代码迷 >> Web前端 >> 新浪sae写资料的方法
  详细解决方案

新浪sae写资料的方法

热度:96   发布时间:2012-09-04 14:19:30.0
新浪sae写文件的方法
function writelog($content)
{
	$s = new SaeStorage();
	$s->write( 'Storage的名称' , '具体的文件名' , $content);
}
  相关解决方案