PHP
云函数
相关云函数的编写方式,请参考云函数开发文档
运行云函数
在REST API中可以调用云函数。例如,想调用云函数的方法getMsgCode:
$cloudCode = new BmobCloudCode('getMsgCode'); //调用名字为getMsgCode的云函数
$res = $cloudCode->get(array("name"=>"bmob")); //传入参数name,其值为bmob
Copyright © 2017 Bmob, Maintained by the Bmob Support.
搜索
请输入您要搜索的内容
Keyboard Shortcuts
Keys | Action |
---|---|
? | Open this help |
← | Previous page |
→ | Next page |
s | Search |
[返回
旧版](https://docs.bmob.cn/data/Android/a_faststart/doc/index.html)