zb_users/plugin/Bdpush_lazyinclude.php

Functions

ActivePlugin_Bdpush_lazy()

ActivePlugin_Bdpush_lazy() 

Bdpush_lazy_SubMenu()

Bdpush_lazy_SubMenu(  $id) 

Parameters

$id

Bdpush_lazy_Main()

Bdpush_lazy_Main() 

Bdpush_lazy_sitemapindex()

Bdpush_lazy_sitemapindex() 

Bdpush_lazy_succeed()

Bdpush_lazy_succeed(  $article) 

Parameters

$article

Bdpush_lazy_response3()

Bdpush_lazy_response3() 

Bdpush_lazy_sitemap()

Bdpush_lazy_sitemap(  $nums,   $pagenow) 

Parameters

$nums
$pagenow

InstallPlugin_Bdpush_lazy()

InstallPlugin_Bdpush_lazy() 

以下弃用,使用系统send()方法 function Bdpush_lazy_getData($api,$postData = '') { if (!$api) { return false; } if (empty($postData)) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $api); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 20); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); $result = curl_exec($ch); curl_close($ch); } else { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $api); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 20); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); $result = curl_exec($ch); curl_close($ch); } if ($result) { return $result; } else { return null; } }

UninstallPlugin_Bdpush_lazy()

UninstallPlugin_Bdpush_lazy()