[sae] element index

All elements
a c d e f g h i l m o p q r s u v w _
_
top
__construct
SaeTClient::__construct() in saet.ex.class.php
构造函数
__construct
SaeTOAuth::__construct() in saet.ex.class.php
construct WeiboOAuth object
__construct
SaeTaskQueue::__construct() in saetaskqueue.class.php
构造对象
__construct
SaeStorage::__construct() in saestorage.class.php
构造函数
__construct
SaeS3::__construct() in saes3.ex.class.php
构造函数
__construct
SaeImage::__construct() in saeimage.class.php
构造SaeImage对象
__construct
SaeMail::__construct() in saemail.class.php
构造对象,此处options选项的设置和函数setOpt相同
__construct
SaeMysql::__construct() in saemysql.class.php
构造函数
__construct
SaeFetchurl::__construct() in saefetchurl.class.php
a
top
addTask
SaeTaskQueue::addTask() in saetaskqueue.class.php
添加任务
add_to_favorites
SaeTClient::add_to_favorites() in saet.ex.class.php
收藏一条微博信息
annotate
SaeImage::annotate() in saeimage.class.php
添加文字注解,可用于文字水印
c
top
clean
SaeImage::clean() in saeimage.class.php
将对象的数据重新初始化,用于多次重用一个SaeImgae对象
clean
SaeMail::clean() in saemail.class.php
用于重用实例化对象时,将上一次的相关数据清零
closeDb
SaeMysql::closeDb() in saemysql.class.php
关闭数据库连接
comments_by_me
SaeTClient::comments_by_me() in saet.ex.class.php
获取当前用户发出的评论
comments_timeline
SaeTClient::comments_timeline() in saet.ex.class.php
最新评论(按时间)
comment_destroy
SaeTClient::comment_destroy() in saet.ex.class.php
删除当前用户的微博评论信息。 注意:只能删除自己发布的评论,发部微博的用户不可以删除其他人的评论。
composite
SaeImage::composite() in saeimage.class.php
图片合成,可以进行多张图片的合成,也可以做图片水印用
crop
SaeImage::crop() in saeimage.class.php
对图片进行裁剪
d
top
delete
SaeTOAuth::delete() in saet.ex.class.php
DELTE wrapper for oAuthReqeust.
delete
SaeS3::delete() in saes3.ex.class.php
删除文件
delete
SaeTClient::delete() in saet.ex.class.php
删除一条微博 删除微博。注意:只能删除自己发布的信息。
delete
SaeStorage::delete() in saestorage.class.php
删除文件
delete_dm
SaeTClient::delete_dm() in saet.ex.class.php
删除一条私信 按ID删除私信。操作用户必须为私信的接收人。
destroy
SaeTClient::destroy() in saet.ex.class.php
删除一条微博 删除微博。注意:只能删除自己发布的信息。
e
top
end_session
SaeTClient::end_session() in saet.ex.class.php
当前用户退出登录 清除已验证用户的session,退出登录,并将cookie设为null。主要用于widget等web应用场合。
errmsg
SaeMysql::errmsg() in saemysql.class.php
返回错误信息,error的别名
errmsg
SaeFetchurl::errmsg() in saefetchurl.class.php
返回错误信息
errmsg
SaeStorage::errmsg() in saestorage.class.php
返回运行过程中的错误信息
errmsg
SaeS3::errmsg() in saes3.ex.class.php
返回运行过程中的错误信息
errmsg
SaeMail::errmsg() in saemail.class.php
取得错误信息
errmsg
SaeTaskQueue::errmsg() in saetaskqueue.class.php
取得错误信息
errmsg
SaeImage::errmsg() in saeimage.class.php
返回错误信息
errno
SaeS3::errno() in saes3.ex.class.php
返回运行过程中的错误代码
errno
SaeTaskQueue::errno() in saetaskqueue.class.php
取得错误码
errno
SaeStorage::errno() in saestorage.class.php
返回运行过程中的错误代码
errno
SaeMysql::errno() in saemysql.class.php
返回错误码
errno
SaeFetchurl::errno() in saefetchurl.class.php
返回错误码
errno
SaeImage::errno() in saeimage.class.php
返回错误编号
errno
SaeMail::errno() in saemail.class.php
取得错误码
error
SaeMysql::error() in saemysql.class.php
返回错误信息
escape
SaeMysql::escape() in saemysql.class.php
同mysql_real_escape_string
exec
SaeImage::exec() in saeimage.class.php
进行图片处理操作
f
top
fetch
SaeFetchurl::fetch() in saefetchurl.class.php
发起请求
fileExists
SaeStorage::fileExists() in saestorage.class.php
检查文件是否存在
flipH
SaeImage::flipH() in saeimage.class.php
水平翻转
flipV
SaeImage::flipV() in saeimage.class.php
垂直翻转
follow
SaeTClient::follow() in saet.ex.class.php
关注一个用户 成功则返回关注人的资料,目前的最多关注2000人,失败则返回error_code 400和一条字符串的说明。如果已经关注了此人,则返回error_code 403.
followers
SaeTClient::followers() in saet.ex.class.php
粉丝列表 返回用户的粉丝列表,并返回粉丝的最新微博。按粉丝的关注时间倒序返回,每次返回100个。注意目前接口最多只返回5000个粉丝。
followers_ids
SaeTClient::followers_ids() in saet.ex.class.php
返回用户粉丝uid列表 如果没有提供cursor参数,将只返回最前面的5000个粉丝id
friends
SaeTClient::friends() in saet.ex.class.php
获取当前用户关注对象列表及最新一条微博信息 返回用户关注对象列表,并返回最新微博文章。按关注人的关注时间倒序返回。可以通过ID,nickname,user_id参数来获取其他人的关注人列表。
friends_ids
SaeTClient::friends_ids() in saet.ex.class.php
返回用户关注对象uid列表 如果没有提供cursor参数,将只返回最前面的5000个关注id
friends_timeline
SaeTClient::friends_timeline() in saet.ex.class.php
获取当前用户所关注用户的最新微博信息 返回用户所有关注用户最新n条微博信息。和用户“我的首页”返回内容相同。
g
top
get
SaeTOAuth::get() in saet.ex.class.php
GET wrappwer for oAuthRequest.
getAccessToken
SaeTOAuth::getAccessToken() in saet.ex.class.php
Exchange the request token and secret for an access token and secret, to sign API calls.
getAttr
SaeStorage::getAttr() in saestorage.class.php
获取文件属性
getAttr
SaeS3::getAttr() in saes3.ex.class.php
获取文件属性
getAuthorizeURL
SaeTOAuth::getAuthorizeURL() in saet.ex.class.php
Get the authorize URL
getData
SaeMysql::getData() in saemysql.class.php
运行Sql,以多维数组方式返回结果集
getDomainCapacity
SaeS3::getDomainCapacity() in saes3.ex.class.php
获取domain所占存储的大小
getHeader
SaeTOAuth::getHeader() in saet.ex.class.php
Get the header info to store.
getImageAttr
SaeImage::getImageAttr() in saeimage.class.php
取得图像属性
getLine
SaeMysql::getLine() in saemysql.class.php
运行Sql,以数组方式返回结果集第一条记录
getList
SaeStorage::getList() in saestorage.class.php
获取指定domain下的文件名列表
getList
SaeS3::getList() in saes3.ex.class.php
获取指定domain下的文件名列表
getRequestToken
SaeTOAuth::getRequestToken() in saet.ex.class.php
Get a request_token from Weibo
getUrl
SaeS3::getUrl() in saes3.ex.class.php
取得访问存储文件的url
getUrl
SaeStorage::getUrl() in saestorage.class.php
取得访问存储文件的url
getVar
SaeMysql::getVar() in saemysql.class.php
运行Sql,以数组方式返回结果集第一条记录的第一个字段值
get_comments_by_sid
单条微博的评论列表
get_count_info_by_ids
批量获取一组微博的评论数及转发数 批量统计微博的评论数,转发数,一次请求最多获取100个。
get_favorites
SaeTClient::get_favorites() in saet.ex.class.php
获取当前用户的收藏列表 返回用户的发布的最近20条收藏信息,和用户收藏页面返回内容是一致的。
h
top
home_timeline
SaeTClient::home_timeline() in saet.ex.class.php
获取当前用户所关注用户的最新微博信息 返回用户所有关注用户最新n条微博信息。和用户“我的首页”返回内容相同。
http
SaeTOAuth::http() in saet.ex.class.php
Make an HTTP request
httpCode
SaeFetchurl::httpCode() in saefetchurl.class.php
返回HTTP状态码
i
top
improve
SaeImage::improve() in saeimage.class.php
去噪点,改善图片质量,通常用于exec之前
is_followed
SaeTClient::is_followed() in saet.ex.class.php
返回两个用户关系的详细情况 如果用户已登录,此接口将自动使用当前用户ID作为source_id。但是可强制指定source_id来查询关系 如果源用户或目的用户不存在,将返回http的400错误
l
top
lastId
SaeMysql::lastId() in saemysql.class.php
同mysql_last_id函数 PHP's mysql_last_id()在id为big int时,会出现溢出,用Sql查询替代掉
list_dm
SaeTClient::list_dm() in saet.ex.class.php
获取当前用户最新私信列表 返回用户的最新n条私信,并包含发送者和接受者的详细资料。
list_dm_sent
SaeTClient::list_dm_sent() in saet.ex.class.php
获取当前用户发送的最新私信列表 返回登录用户已发送最新20条私信。包括发送者和接受者的详细资料。
m
top
mentions
SaeTClient::mentions() in saet.ex.class.php
获取@当前用户的微博列表
o
top
oAuthRequest
SaeTOAuth::oAuthRequest() in saet.ex.class.php
Format and sign an OAuth / API request
p
top
post
SaeTOAuth::post() in saet.ex.class.php
POST wreapper for oAuthRequest.
provinces
SaeTClient::provinces() in saet.ex.class.php
省份城市编码表 获取省份及城市编码ID与文字对应。由于微博接口用户province, city字段设置及返回都是ID,API调用方需要显示时转换成对应文字。转换关系如下
public_timeline
SaeTClient::public_timeline() in saet.ex.class.php
获取最新更新的公共微博消息 返回最新更新的20条微博消息。为避免资源浪费及提高效率,对消息缓存60秒。
push
SaeTaskQueue::push() in saetaskqueue.class.php
将任务列表推入队列
q
top
quickSend
SaeMail::quickSend() in saemail.class.php
快速发送邮件
r
top
rate_limit_status
SaeTClient::rate_limit_status() in saet.ex.class.php
获取当前用户API访问频率限制 关于API的访问频率限制。返回当前小时还能访问的次数。频率限制是根据用户请求来做的限制,具体可以参加频率限制说明。
read
SaeStorage::read() in saestorage.class.php
获取文件的内容
register
SaeTClient::register() in saet.ex.class.php
注册新浪微博帐号 注册新浪微博用户接口,该接口为受限接口(只对受邀请的合作伙伴开放)。
remove_from_favorites
删除微博收藏。
reply
SaeTClient::reply() in saet.ex.class.php
对一条微博评论信息进行回复。 为防止重复,发布的信息与最后一条评论/回复信息一样话,将会被忽略。
repost
SaeTClient::repost() in saet.ex.class.php
转发一条微博信息。 可加评论。为防止重复,发布的信息与最新信息一样话,将会被忽略。
resize
SaeImage::resize() in saeimage.class.php
缩放图片,只指定width或者height时,将进行等比缩放
resizeRatio
SaeImage::resizeRatio() in saeimage.class.php
按比例缩放.1为原大小
responseCookies
SaeFetchurl::responseCookies() in saefetchurl.class.php
返回头里边的cookie信息
responseHeaders
SaeFetchurl::responseHeaders() in saefetchurl.class.php
返回数据的header信息
rotate
SaeImage::rotate() in saeimage.class.php
顺时针旋转图片
runSql
SaeMysql::runSql() in saemysql.class.php
运行Sql语句,不返回结果集
s
top
SaeFetchurl
SaeFetchurl in saefetchurl.class.php
SAE数据抓取class
saefetchurl.class.php
saefetchurl.class.php in saefetchurl.class.php
SaeImage
SaeImage in saeimage.class.php
SAE图像处理class 可对2M以下大小的图像进行处理
saeimage.class.php
saeimage.class.php in saeimage.class.php
SaeMail
SaeMail in saemail.class.php
SAE邮件class , 目前只支持SMTP
saemail.class.php
saemail.class.php in saemail.class.php
SaeMysql
SaeMysql in saemysql.class.php
Sae Mysql Class
saemysql.class.php
saemysql.class.php in saemysql.class.php
SaeS3
SaeS3 in saes3.ex.class.php
SaeS3 class
saes3.ex.class.php
saes3.ex.class.php in saes3.ex.class.php
SaeStorage
SaeStorage in saestorage.class.php
SaeStorage class
saestorage.class.php
saestorage.class.php in saestorage.class.php
saet.ex.class.php
saet.ex.class.php in saet.ex.class.php
SaeTaskQueue
SaeTaskQueue in saetaskqueue.class.php
SAE TaskQueue
任务队列服务
saetaskqueue.class.php
saetaskqueue.class.php in saetaskqueue.class.php
SaeTClient
SaeTClient in saet.ex.class.php
新浪微博操作类
SaeTOAuth
SaeTOAuth in saet.ex.class.php
新浪微博 OAuth 认证类
send
SaeMail::send() in saemail.class.php
发送邮件
send_comment
SaeTClient::send_comment() in saet.ex.class.php
对一条微博信息进行评论 为防止重复,发布的信息与最后一条评论信息一样话,将会被忽略。
send_dm
SaeTClient::send_dm() in saet.ex.class.php
发送私信 发送一条私信。成功将返回完整的发送消息。
setAllowRedirect
SaeFetchurl::setAllowRedirect() in saefetchurl.class.php
当请求页面是转向页时,是否允许跳转,SAE最大支持5次跳转(默认不跳转)
setAllowTrunc
SaeFetchurl::setAllowTrunc() in saefetchurl.class.php
是否允许截断,默认为不允许
setAppname
SaeMysql::setAppname() in saemysql.class.php
设置Appname
setAttach
SaeMail::setAttach() in saemail.class.php
添加附件
setAuth
SaeS3::setAuth() in saes3.ex.class.php
设置key
setAuth
SaeTaskQueue::setAuth() in saetaskqueue.class.php
设置key
setAuth
SaeImage::setAuth() in saeimage.class.php
设置key.
setAuth
SaeMysql::setAuth() in saemysql.class.php
设置keys
setAuth
SaeFetchurl::setAuth() in saefetchurl.class.php
设置acccesskey和secretkey
setAuth
SaeMail::setAuth() in saemail.class.php
设置key
setAuth
SaeStorage::setAuth() in saestorage.class.php
设置key
setCharset
SaeMysql::setCharset() in saemysql.class.php
设置当前连接的字符集 , 必须在发起连接之前进行设置
setConnectTimeout
SaeFetchurl::setConnectTimeout() in saefetchurl.class.php
设置连接超时时间,此时间必须小于SAE系统设置的时间,否则以SAE系统设置为准(默认为5秒)
setCookie
SaeFetchurl::setCookie() in saefetchurl.class.php
在发起的请求中,添加cookie数据,此函数可多次调用,添加多个cookie
setData
SaeImage::setData() in saeimage.class.php
设置要处理的图片二进制数据或数组,格式同构造函数的img_data参数
setDomainAttr
SaeStorage::setDomainAttr() in saestorage.class.php
设置Domain属性
setFileAttr
SaeStorage::setFileAttr() in saestorage.class.php
设置文件属性
setHeader
SaeFetchurl::setHeader() in saefetchurl.class.php
在发起的请求中,添加请求头
setHttpAuth
SaeFetchurl::setHttpAuth() in saefetchurl.class.php
设置HTTP认证用户名密码
setMethod
SaeFetchurl::setMethod() in saefetchurl.class.php
设置请求的方法(POST/GET/PUT... )
setOpt
SaeMail::setOpt() in saemail.class.php
设置发送参数,此处设置的参数只有使用send()方法发送才有效;quickSend()时将忽略此设置.
setPort
SaeMysql::setPort() in saemysql.class.php
设置Mysql服务器端口
setPostData
SaeFetchurl::setPostData() in saefetchurl.class.php
设置POST方法的数据
setReadTimeout
SaeFetchurl::setReadTimeout() in saefetchurl.class.php
设置读取超时时间,此时间必须小于SAE系统设置的时间,否则以SAE系统设置为准(默认为60秒)
setSendTimeout
SaeFetchurl::setSendTimeout() in saefetchurl.class.php
设置发送超时时间,此时间必须小于SAE系统设置的时间,否则以SAE系统设置为准(默认为20秒)
show_status
SaeTClient::show_status() in saet.ex.class.php
根据ID获取单条微博信息内容 获取单条ID的微博信息,作者信息将同时返回。
show_user
SaeTClient::show_user() in saet.ex.class.php
根据用户ID获取用户资料 按用户UID或昵称返回用户资料,同时也将返回用户的最新发布的微博。
u
top
unfollow
SaeTClient::unfollow() in saet.ex.class.php
取消关注某用户 取消关注某用户。成功则返回被取消关注人的资料,失败则返回一条字符串的说明。
unread
SaeTClient::unread() in saet.ex.class.php
获取当前用户未读消息数 获取当前用户Web未读消息数,包括@我的, 新评论,新私信,新粉丝数。
update
SaeTClient::update() in saet.ex.class.php
发表微博 发布一条微博信息。为防止重复,发布的信息与当前最新信息一样话,将会被忽略。
update_profile
SaeTClient::update_profile() in saet.ex.class.php
更改用户资料
update_profile_image
更改头像
upload
SaeStorage::upload() in saestorage.class.php
将文件上传入存储
upload
SaeTClient::upload() in saet.ex.class.php
发表图片微博 上传图片及发布微博信息。为防止重复,发布的信息与当前最新信息一样话,将会被忽略。目前上传图片大小限制为<1M。
user_timeline
SaeTClient::user_timeline() in saet.ex.class.php
获取用户发布的微博信息列表 返回用户的发布的最近n条信息,和用户微博页面返回内容是一致的。此接口也可以请求其他用户的最新发表微博。
v
top
verify_credentials
验证当前用户身份是否合法 如果用户新浪通行证身份验证成功且用户已经开通微博则返回 http状态为 200;如果是不则返回401的状态和错误信息。此方法用了判断用户身份是否合法且已经开通微博。
w
top
write
SaeStorage::write() in saestorage.class.php
将数据写入存储
write
SaeS3::write() in saes3.ex.class.php
将数据写入存储
a c d e f g h i l m o p q r s u v w _