crowdrise_charity_api:众筹慈善 api 的简单类

时间:2024-07-02 01:58:57
【文件属性】:

文件名称:crowdrise_charity_api:众筹慈善 api 的简单类

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-02 01:58:57

PHP

crowdrise_charity_api 众筹慈善 api 的简单类 例子: include ( 'class.gl_crowdrise_charity_api.php' ); $ charity = new gl_crowdrise_charity_api(); $ charity -> api_key = '' ; $ charity -> api_token = '' ; $ time_from = strtotime ( "2010-01-01 00:00:00" ); $ total_donation_amount = $ charity -> get_total_donation_amount ( $ time_from ); echo number_format ( round ( $ total_donation_amount ), 0 );


【文件预览】:
crowdrise_charity_api-master
----LICENSE.txt(488B)
----README.md(414B)
----class.gl_crowdrise_charity_api.php(5KB)

网友评论