说明
获取上传头像flash的html代码
resource ps_getavatar_upload_html($uid)
参数
int $uid 用户id
返回值
html代码
Example
<?php $uploadhtml = $this->client->ps_getavatar_upload_html(); ?>
<?php
$uploadhtml = $this->client->ps_getavatar_upload_html();
?>