微擎二次开发常用的1602个函数大全

由智伍应用收集整理,有什么问题,请联系智伍应用。

 

   1 function tomedia($src, $local_path = false, $is_cahce = false) //全局公共函数
   2 function ihtml_entity_decode($str) //全局公共函数
   3 function ihtmlspecialchars($var) //全局公共函数
   4 function aes_decode($message, $encodingaeskey = '', $appid = '') //全局公共函数
   5 function aes_encode($message, $encodingaeskey = '', $appid = '') //全局公共函数
   6 function aes_pkcs7_decode($encrypt_data, $key, $iv = false) //全局公共函数
   7 function array2xml($arr, $level = 1) //全局公共函数
   8 function array_elements($keys, $src, $default = false) //全局公共函数
   9 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) //全局公共函数
  10 function bytecount($str) //全局公共函数
  11 function checkcaptcha($code) //全局公共函数
  12 function checksubmit($var = 'submit', $allowget = false) //全局公共函数
  13 function complex_authkey() //全局公共函数
  14 function cutstr($string, $length, $havedot = false, $charset = '') //全局公共函数
  15 function detect_sensitive_word($string) //全局公共函数
  16 function dir_size($dir) //全局公共函数
  17 function emoji_unicode_decode($string) //全局公共函数
  18 function emoji_unicode_encode($string) //全局公共函数
  19 function emotion($message = '', $size = '24px') //全局公共函数
  20 function error($errno, $message = '') //全局公共函数
  21 function errorCode() //全局公共函数
  22 function errorInfo($p_full=false) //全局公共函数
  23 function errorInfo() //全局公共函数
  24 function errorName($p_with_code=false) //全局公共函数
  25 function get_first_pinyin($str) //全局公共函数
  26 function getip() //全局公共函数
  27 function iarray_change_key_case($array, $case = CASE_LOWER) //全局公共函数
  28 function iarray_sort($array, $keys, $type = 'asc') //全局公共函数
  29 function iconsole_log($data) //全局公共函数
  30 function iget_headers($url, $format = 0) //全局公共函数
  31 function igetcookie($key) //全局公共函数
  32 function igetimagesize($filename, $imageinfo = array() //全局公共函数) //全局公共函数
  33 function ijson_encode($value, $options = 0) //全局公共函数
  34 function is_base64($str) //全局公共函数
  35 function is_error($data) //全局公共函数
  36 function is_serialized($data, $strict = true) //全局公共函数
  37 function iserializer($value) //全局公共函数
  38 function isetcookie($key, $value, $expire = 0, $httponly = false) //全局公共函数
  39 function isimplexml_load_string($string, $class_name = 'SimpleXMLElement', $options = 0, $ns = '', $is_prefix = false) //全局公共函数
  40 function istripslashes($var) //全局公共函数
  41 function istrlen($string, $charset = '') //全局公共函数
  42 function iunserializer($value) //全局公共函数
  43 function media2local($media_id, $all = false) //全局公共函数
  44 function pagination($total, $pageIndex, $pageSize = 15, $url = '', $context = array('before' => 5, 'after' => 4, 'ajaxcallback' => '', 'callbackfuncname' => '') //全局公共函数) //全局公共函数
  45 function parse_path($path) //全局公共函数
  46 function random($length, $numeric = false) //全局公共函数
  47 function range_limit($num, $downline, $upline, $returnNear = true) //全局公共函数
  48 function referer($default = '') //全局公共函数
  49 function scriptname() //全局公共函数
  50 function sizecount($size, $unit = false) //全局公共函数
  51 function strexists($string, $find) //全局公共函数
  52 function strip_emoji($nickname) //全局公共函数
  53 function tablename($table) //全局公共函数
  54 function to_global_media($src) //全局公共函数
  55 function token($specialadd = '') //全局公共函数
  56 function utf8_bytes($cp) //全局公共函数
  57 function ver_compare($version1, $version2) //全局公共函数
  58 function wurl($segment, $params = array(), $contain_domain = false) //全局公共函数
  59 function xml2array($xml) //全局公共函数
  60 function murl($segment, $params = array(), $noredirect = true, $addhost = false) //全局公共函数
  61 function starts_with($haystack, $needles) //全局公共函数
  62 function ihttp_allow_host($host) //Http请求函数,需要load()->func('communication')
  63 function ihttp_build_curl($url, $post, $extra, $timeout) //Http请求函数,需要load()->func('communication')
  64 function ihttp_build_httpbody($url, $post, $extra) //Http请求函数,需要load()->func('communication')
  65 function ihttp_email($to, $subject, $body, $global = false) //Http请求函数,需要load()->func('communication')
  66 function ihttp_get($url) //Http请求函数,需要load()->func('communication')
  67 function ihttp_multi_request($urls, $posts = array(), $extra = array(), $timeout = 60) //Http请求函数,需要load()->func('communication')
  68 function ihttp_parse_url($url, $set_default_port = false) //Http请求函数,需要load()->func('communication')
  69 function ihttp_post($url, $data) //Http请求函数,需要load()->func('communication')
  70 function ihttp_request($url, $post = '', $extra = array(), $timeout = 60) //Http请求函数,需要load()->func('communication')
  71 function ihttp_response_parse($data, $chunked = false) //Http请求函数,需要load()->func('communication')
  72 function ihttp_response_parse_unchunk($str = null) //Http请求函数,需要load()->func('communication')
  73 function ihttp_socketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) //Http请求函数,需要load()->func('communication')
  74 function file_random_name($dir, $ext) //文件操作函数,需要load()->func('file')
  75 function file_allowed_media($type) //文件操作函数,需要load()->func('file')
  76 function file_change_uni_attchsize($file, $is_add = true) //文件操作函数,需要load()->func('file')
  77 function file_check_uni_space($file) //文件操作函数,需要load()->func('file')
  78 function file_copy($src, $des, $filter) //文件操作函数,需要load()->func('file')
  79 function file_delete($file) //文件操作函数,需要load()->func('file')
  80 function file_dir_exist_image($path) //文件操作函数,需要load()->func('file')
  81 function file_dir_remote_upload($dir_path, $limit = 200) //文件操作函数,需要load()->func('file')
  82 function file_image_crop($src, $desfile, $width = 400, $height = 300, $position = 1) //文件操作函数,需要load()->func('file')
  83 function file_image_quality($src, $to_path, $ext) //文件操作函数,需要load()->func('file')
  84 function file_image_thumb($srcfile, $desfile = '', $width = 0) //文件操作函数,需要load()->func('file')
  85 function file_is_image($url) //文件操作函数,需要load()->func('file')
  86 function file_is_uni_attach($file) //文件操作函数,需要load()->func('file')
  87 function file_lists($filepath, $subdir = 1, $ex = '', $isdir = 0, $md5 = 0, $enforcement = 0) //文件操作函数,需要load()->func('file')
  88 function file_media_content_type($url) //文件操作函数,需要load()->func('file')
  89 function file_move($filename, $dest) //文件操作函数,需要load()->func('file')
  90 function file_read($filename) //文件操作函数,需要load()->func('file')
  91 function file_remote_attach_fetch($url, $limit = 0, $path = '') //文件操作函数,需要load()->func('file')
  92 function file_remote_delete($file) //文件操作函数,需要load()->func('file')
  93 function file_remote_upload($filename, $auto_delete_local = true) //文件操作函数,需要load()->func('file')
  94 function file_tree($path, $include = array()) //文件操作函数,需要load()->func('file')
  95 function file_tree_limit($path, $limit = 0, $acquired_files_count = 0) //文件操作函数,需要load()->func('file')
  96 function file_upload($file, $type = 'image', $name = '', $compress = false) //文件操作函数,需要load()->func('file')
  97 function file_wechat_upload($file, $type = 'image', $name = '') //文件操作函数,需要load()->func('file')
  98 function file_write($filename, $data) //文件操作函数,需要load()->func('file')
  99 function mkdirs($path) //文件操作函数,需要load()->func('file')
 100 function rmdirs($path, $clean = false) //文件操作函数,需要load()->func('file')
 101 function db_table_insert_sql($tablename, $start, $size) //数据库维护函数
 102 function db_table_schema($db, $tablename = '') //数据库维护函数
 103 function db_schema_compare($table1, $table2) //数据库维护函数
 104 function db_table_create_sql($schema) //数据库维护函数
 105 function db_table_fix_sql($schema1, $schema2, $strict = false) //数据库维护函数
 106 function db_table_schemas($table) //数据库维护函数
 107 function db_table_serialize($db, $dbname) //数据库维护函数
 108 function _db_build_field_sql($field) //数据库维护函数
 109 function _db_build_index_sql($index) //数据库维护函数
 110 function buildframes($framename = '') //Web端公共函数
 111 function checklogin($url = '') //Web端公共函数
 112 function current_operate_is_controller() //Web端公共函数
 113 function filter_url($params) //Web端公共函数
 114 function frames_menu_append() //Web端公共函数
 115 function frames_top_menu($frames) //Web端公共函数
 116 function get_position_by_ip($ip = '') //Web端公共函数
 117 function iajax($code = 0, $message = '', $redirect = '') //Web端公共函数
 118 function itoast($message, $redirect = '', $type = '', $extend = array()) //Web端公共函数
 119 function message($msg, $redirect = '', $type = '', $tips = false, $extend = array()) //Web端公共函数
 120 function message_account_expire() //Web端公共函数
 121 function message_event_notice_list() //Web端公共函数
 122 function message_list_detail($lists) //Web端公共函数
 123 function message_notice_all_read($type = '') //Web端公共函数
 124 function message_notice_read($id) //Web端公共函数
 125 function message_notice_record($uid, $type, $params) //Web端公共函数
 126 function message_notice_record_cloud($message) //Web端公共函数
 127 function message_notice_worker() //Web端公共函数
 128 function message_send_wechat_notice($notice_info) //Web端公共函数
 129 function message_setting($uid, $type = 0, $params = array()) //Web端公共函数
 130 function message_sms_account_expire_notice() //Web端公共函数
 131 function message_sms_api_account_expire_notice() //Web端公共函数
 132 function message_sms_expire_notice() //Web端公共函数
 133 function message_store_notice() //Web端公共函数
 134 function message_user_expire_notice() //Web端公共函数
 135 function message_validate_exists($message) //Web端公共函数
 136 function message_wxapp_modules_version_upgrade() //Web端公共函数
 137 function site_profile_perfect_tips() //Web端公共函数
 138 function strtoutf8($str) //Web端公共函数
 139 function system_modules() //Web端公共函数
 140 function url($segment, $params = array(), $contain_domain = false) //Web端公共函数
 141 function url_params($url) //Web端公共函数
 142 function checkauth() //App端公共函数
 143 function register_jssdk($debug = false) //App端公共函数
 144 function tourl($url) //App端公共函数
 145 function __buildSiteUrl($url) //App端公共函数
 146 function url($segment, $params = array(), $noredirect = false) //App端公共函数
 147 function message($msg, $redirect = '', $type = '') //App端公共函数
 148 function itoast($msg, $redirect = '', $type = '') //App端公共函数
 149 function pdo_begin()
 150 function pdo_commit()
 151 function pdo_debug($output = true, $append = array())
 152 function pdo_delete($table, $params = array(), $glue = 'AND')
 153 function pdo_fetch($sql, $params = array())
 154 function pdo_fetchall($sql, $params = array(), $keyfield = '')
 155 function pdo_fetchcolumn($sql, $params = array(), $column = 0)
 156 function pdo_insert($table, $data = array(), $replace = false)
 157 function pdo_insertid()
 158 function pdo_query($sql, $params = array())
 159 function pdo_rollback()
 160 function pdo_run($sql)
 161 function pdo_update($table, $data = array(), $params = array(), $glue = 'AND')
 162 function pdo_count($tablename, $condition = array(), $cachetime = 15)
 163 function pdo_exists($tablename, $condition = array())
 164 function pdo_fetchallfields($tablename)
 165 function pdo_fieldexists($tablename, $fieldname = '')
 166 function pdo_fieldmatch($tablename, $fieldname, $datatype = '', $length = '')
 167 function pdo_get($tablename, $condition = array(), $fields = array())
 168 function pdo_getall($tablename, $condition = array(), $fields = array(), $keyfield = '', $orderby = array(), $limit = array())
 169 function pdo_getcolumn($tablename, $condition = array(), $field)
 170 function pdo_getslice($tablename, $condition = array(), $limit = array(), &$total = null, $fields = array(), $keyfield = '', $orderby = array())
 171 function pdo_indexexists($tablename, $indexname = '')
 172 function pdo_tableexists($tablename)
 173 function account_tablename($type)
 174 function tpl_app_coupon_item($item)
 175 function tpl_app_fans_form($field, $value = '', $placeholder = '')
 176 function tpl_app_form_field_avatar($name, $value = '', $type = 0)
 177 function tpl_app_form_field_calendar($name, $values = array())
 178 function tpl_app_form_field_district($name, $values = array())
 179 function tpl_app_form_field_image($name, $value = '')
 180 function tpl_coupon_colors($name, $value = 'Color082')
 181 function tpl_fans_form($field, $value = '')
 182 function tpl_form_field_audio($name, $value = '', $options = array())
 183 function tpl_form_field_calendar($name, $values = array())
 184 function tpl_form_field_category_2level($name, $parents, $children, $parentid, $childid)
 185 function tpl_form_field_clock($name, $value = '')
 186 function tpl_form_field_color($name, $value = '')
 187 function tpl_form_field_coordinate($field, $value = array())
 188 function tpl_form_field_date($name, $value = '', $withtime = false)
 189 function tpl_form_field_daterange($name, $value = array(), $time = false, $clear = true)
 190 function tpl_form_field_district($name, $values = array())
 191 function tpl_form_field_emoji($name, $value = '')
 192 function tpl_form_field_icon($name, $value = '')
 193 function tpl_form_field_image($name, $value = '', $default = '', $options = array())
 194 function tpl_form_field_image($name, $value)
 195 function tpl_form_field_industry($name, $pvalue = '', $cvalue = '', $parentid = 'industry_1', $childid = 'industry_2')
 196 function tpl_form_field_link($name, $value = '', $options = array())
 197 function tpl_form_field_location_category($name, $values = array(), $del = false)
 198 function tpl_form_field_multi_audio($name, $value = array(), $options = array())
 199 function tpl_form_field_multi_image($name, $value = array(), $options = array())
 200 function tpl_form_field_video($name, $value = '', $options = array())
 201 function tpl_form_field_wechat_image($name, $value = '', $default = '', $options = array())
 202 function tpl_form_field_wechat_multi_image($name, $value = '', $default = '', $options = array())
 203 function tpl_form_field_wechat_video($name, $value = '', $options = array())
 204 function tpl_form_field_wechat_voice($name, $value = '', $options = array())
 205 function tpl_form_module_link($name)
 206 function tpl_ueditor($id, $value = '', $options = array())
 207 function activity_token_available($uid, $pindex = 1, $psize = 0)
 208 function activity_token_grant($uid, $couponid, $module = '', $remark = '')
 209 function activity_token_info($couponid, $uniacid)
 210 function activity_token_owned($uid, $filter = array(), $pindex = 1, $psize = 10)
 211 function activity_token_use($uid, $couponid, $operator, $clerk_id = 0, $recid = '', $module = 'system', $clerk_type = 1, $store_id = 0)
 212 function cache_random($length = 4, $direct_write = false)
 213 function cloud_build_transtoken()
 214 function cloud_file_permission_pass(&$error_file_list = array())
 215 function cloud_w7_request_token($js_secret, $nocache = false)
 216 function generateRandomFile($size = 10, $filename = 'random-file')
 217 function miniapp_code_check_scan($code_token, $last)
 218 function miniapp_code_commit($code_uuid, $code_token, $user_version = 3, $user_desc = '代码提交')
 219 function miniapp_code_preview_qrcode($code_uuid, $code_token)
 220 function miniapp_code_qrcode($code_token)
 221 function miniapp_code_token()
 222 function privErrorLog($p_error_code=0, $p_error_string='')
 223 function Services_JSON_Error($message = 'unknown error', $code = null,
 224 function JAMAError($errorNumber = null)
 225 function _convert($token)
 226 function _convertError($errorCode)
 227 function _convertFunction($token, $num_args)
 228 function _convertRange3d($token)
 229 function _match($token)
 230 function file_put_contents($file, $string)
 231 function file_put_contents($filename, $data)
 232 function account_create($uniacid, $account)
 233 function account_delete($acid)
 234 function account_fetch($acid)
 235 function account_owner($uniacid = 0)
 236 function account_wechatpay_proxy ()
 237 function acosh($x)
 238 function acosh()
 239 function activity_coupon_available()
 240 function activity_coupon_colors()
 241 function activity_coupon_download($card_list)
 242 function activity_coupon_give()
 243 function activity_coupon_grant($id,$openid)
 244 function activity_coupon_info($id)
 245 function activity_coupon_owned()
 246 function activity_coupon_status()
 247 function activity_coupon_sync()
 248 function activity_coupon_type_init()
 249 function activity_coupon_type_label($type = '')
 250 function activity_coupon_use($couponid, $recid, $module = 'system')
 251 function activity_coupon_user_available()
 252 function activity_exchange_info($exchangeid, $uniacid = 0)
 253 function activity_exchange_shipping($id)
 254 function activity_get_member($type, $param = array())
 255 function activity_goods_grant($uid, $exid)
 256 function activity_member_propertys()
 257 function activity_paycenter_coupon_available()
 258 function activity_shipping_status_title($status)
 259 function activity_store_sync()
 260 function activity_type_title($type)
 261 function add($p_filelist)
 262 function addCacheData()
 263 function addSearchLocation()
 264 function alipay_build($params, $alipay = array(), $is_site_store = false)
 265 function all($promises)
 266 function any($promises)
 267 function app_month_visit_till_today($uniacid = 0)
 268 function app_navs($type = 'home', $multiid = 0, $section = 0)
 269 function app_pass_visit_limit($uniacid = 0)
 270 function app_slide($params = array())
 271 function app_today_visit($uniacid = 0)
 272 function app_update_today_visit($module_name)
 273 function arrayLeftDivide()
 274 function arrayLeftDivideEquals()
 275 function arrayRightDivide()
 276 function arrayRightDivideEquals()
 277 function arrayTimes()
 278 function arrayTimesEquals()
 279 function array_column($input, $columnKey, $indexKey = null)
 280 function articleLinkDialog(elm, page)
 281 function article_category_delete($id)
 282 function article_categorys($type = 'news')
 283 function article_comment_add($comment)
 284 function article_comment_detail($article_lists)
 285 function article_news_all($filter = array(), $pindex = 1, $psize = 10)
 286 function article_news_home($limit = 5)
 287 function article_news_info($id)
 288 function article_notice_all($filter = array(), $pindex = 1, $psize = 10)
 289 function article_notice_home($limit = 5)
 290 function article_notice_info($id)
 291 function asinh($x)
 292 function asinh()
 293 function atanh($x)
 294 function atanh()
 295 function attachment_alioss_buctkets($key, $secret)
 296 function attachment_alioss_datacenters()
 297 function attachment_cos_auth($bucket,$appid, $key, $secret, $bucket_local = '')
 298 function attachment_get_type($type_sign)
 299 function attachment_newalioss_auth($key, $secret, $bucket, $internal = false)
 300 function attachment_qiniu_auth($key, $secret,$bucket)
 301 function attachment_recursion_group($group_data = array(), $pid = 0)
 302 function attachment_replace_article_remote_url($old_url, $new_url)
 303 function attachment_reset_uniacid($uniacid)
 304 function attachment_set_attach_url()
 305 function base64_urlSafeDecode($str)
 306 function base64_urlSafeEncode($data)
 307 function beginTransaction()
 308 function bindColumn($mixewd, &$param, $type = null, $max_length = null, $driver_option = null)
 309 function bindParam($mixed, &$variable, $type = null, $lenght = null)
 310 function boolval($val)
 311 function buildCustomPostFields($fields)
 312 function buildRequest(type)
 313 function build_query(array $params, $encoding = PHP_QUERY_RFC3986)
 314 function cache_build_account($uniacid = 0)
 315 function cache_build_account_modules($uniacid = 0, $uid = 0)
 316 function cache_build_cloud_ad()
 317 function cache_build_frame_menu()
 318 function cache_build_memberinfo($uid)
 319 function cache_build_module_info($module_name)
 320 function cache_build_module_subscribe_type()
 321 function cache_build_proxy_wechatpay_account()
 322 function cache_build_setting()
 323 function cache_build_template()
 324 function cache_build_uni_group()
 325 function cache_build_uninstalled_module()
 326 function cache_build_users_struct()
 327 function cache_clean($dir = '')
 328 function cache_clean($key = '')
 329 function cache_clean($prefix = '')
 330 function cache_delete($key)
 331 function cache_delete($key, $dir = '')
 332 function cache_delete($key, $forcecache = true)
 333 function cache_key_all()
 334 function cache_load($key, $unserialize = false)
 335 function cache_memcache()
 336 function cache_namespace($key, $forcenew = false)
 337 function cache_prefix($key)
 338 function cache_read($key)
 339 function cache_read($key, $dir = '', $include = true)
 340 function cache_read($key, $forcecache = true)
 341 function cache_redis()
 342 function cache_relation_keys($key)
 343 function cache_search($key)
 344 function cache_search($prefix)
 345 function cache_system_key($cache_key)
 346 function cache_type()
 347 function cache_updatecache()
 348 function cache_write($key, $data, $dir = '')
 349 function cache_write($key, $data, $expire = 0)
 350 function cache_write($key, $value, $ttl = 0, $forcecache = true)
 351 function cache_write($key, $value, $ttl = CACHE_EXPIRE_LONG)
 352 function calculate()
 353 function calculateCellValue()
 354 function calculateFormula()
 355 function card_credit_setting()
 356 function card_discount_fee($fee)
 357 function card_member($uid = 0)
 358 function card_notice_stat()
 359 function card_params_setting($setting_name = '')
 360 function card_setting($uniacid = 0)
 361 function checkMatrixDimensions()
 362 function checkSign($data)
 363 function check_bfb_pay_result_notify()
 364 function choose_handler()
 365 function classLoader($class)
 366 function clear()
 367 function clearCalculationCache()
 368 function clearCalculationCacheForWorksheet()
 369 function clerk_check()
 370 function clerk_permission_list()
 371 function close()
 372 function cloud_account_info()
 373 function cloud_api($method, $data = array(), $extra = array(), $timeout = 60)
 374 function cloud_auth_url($forward, $data = array())
 375 function cloud_bakup_files($files)
 376 function cloud_build($nocache = false)
 377 function cloud_build_schemas($schemas)
 378 function cloud_check_file()
 379 function cloud_client_define()
 380 function cloud_download($path, $type = '')
 381 function cloud_extra_account()
 382 function cloud_extra_module()
 383 function cloud_extra_theme()
 384 function cloud_file_tree($path, $include = array())
 385 function cloud_get_store_notice()
 386 function cloud_m_build($modulename, $type = 'install')
 387 function cloud_m_info($name)
 388 function cloud_m_prepare($name)
 389 function cloud_m_query($module = array(), $page = 1)
 390 function cloud_m_upgradeinfo($modulename)
 391 function cloud_miniapp_get_package($data)
 392 function cloud_module_list($title, $support_type, $page = 1, $per_page = 20)
 393 function cloud_module_setting($acid, $module)
 394 function cloud_module_setting_prepare($module, $binding)
 395 function cloud_module_setting_save($acid, $module_name, $setting)
 396 function cloud_not_must_authorization_method()
 397 function cloud_path_is_writable($dir)
 398 function cloud_prepare()
 399 function cloud_request($url, $post = '', $extra = array(), $timeout = 60)
 400 function cloud_reset_siteinfo()
 401 function cloud_resource_to_local($uniacid, $type, $url)
 402 function cloud_schema()
 403 function cloud_site_info()
 404 function cloud_sms_count_remained()
 405 function cloud_sms_edit($sign)
 406 function cloud_sms_info()
 407 function cloud_sms_log($mobile = 0, $time = array(), $page = 1, $page_size = 10, $status = -1)
 408 function cloud_sms_send($mobile, $content, $postdata = array(), $custom_sign = '', $use_system_balance = false)
 409 function cloud_sms_sign($page = 1, $start_time = 0, $end_time = 0, $status_audit = 0, $status_order = 0)
 410 function cloud_sms_trade($page = 1, $start_time = 0, $end_time = 0, $status_order = 0)
 411 function cloud_t_build($module_name)
 412 function cloud_t_info($module_name)
 413 function cloud_t_prepare($name)
 414 function cloud_t_query()
 415 function cloud_t_upgradeinfo($module_name)
 416 function cloud_v_to_xs($url)
 417 function cloud_workorder()
 418 function cloud_wxapp_info($moduleinfo)
 419 function cloud_wxapp_login_qrcode()
 420 function cloud_wxapp_login_qrscan($uuid)
 421 function cloud_wxapp_publish($data)
 422 function code_verify($uniacid, $receiver, $code)
 423 function columnCount()
 424 function commit()
 425 function composerRequire6790e31be3eb151cb678c9fe759a5905($fileIdentifier, $file)
 426 function concat()
 427 function convertToNumberIfFraction()
 428 function copyCellCollection()
 429 function copy_to_stream()
 430 function copy_to_string(StreamInterface $stream, $maxLen = -1)
 431 function coroutine(callable $generatorFn)
 432 function count()
 433 function coverParamsToString($params)
 434 function coverStringToArray($str)
 435 function crc32_data($data)
 436 function crc32_file($file)
 437 function create($p_filelist)
 438 function createReader()
 439 function createReaderForFile()
 440 function createWriter()
 441 function create_baifubao_pay_order_url($params, $url)
 442 function create_html($params, $action)
 443 function create_url($segment = '', $params = array(), $noredirect = false)
 444 function cron_add($data)
 445 function cron_check($cronid = 0)
 446 function cron_delete($ids)
 447 function cron_nextminute($nextminutes, $minutenow)
 448 function cron_run($id)
 449 function cron_setnexttime($cron)
 450 function cron_todaynextrun($cron, $hour = -2, $minute = -2)
 451 function deal_file($params)
 452 function deal_params(&$params)
 453 function debug_resource($value = null)
 454 function decode($str)
 455 function decode($text)
 456 function default_ca_bundle()
 457 function default_user_agent()
 458 function deflate_file(&$params)
 459 function delMcMember(url)
 460 function delete()
 461 function deleteByIndex($p_index)
 462 function deleteCacheData()
 463 function deleteImage(elm)
 464 function deleteMultiAudio(elm)
 465 function deleteMultiImage(elm)
 466 function deleteReply(url)
 467 function deleteWechatMultiImage(elm)
 468 function describe_type($input)
 469 function det()
 470 function diagonal()
 471 function disableCalculationCache()
 472 function duplicate($p_archive)
 473 function each()
 474 function each_limit()
 475 function each_limit_all()
 476 function echoi()
 477 function emoji_convert($text, $map)
 478 function emoji_docomo_to_unified( $text)
 479 function emoji_get_name($unified_cp)
 480 function emoji_google_to_unified( $text)
 481 function emoji_html_to_unified( $text)
 482 function emoji_kddi_to_unified( $text)
 483 function emoji_softbank_to_unified( $text)
 484 function emoji_unified_to_docomo( $text)
 485 function emoji_unified_to_google( $text)
 486 function emoji_unified_to_html( $text)
 487 function emoji_unified_to_kddi( $text)
 488 function emoji_unified_to_softbank( $text)
 489 function enableCalculationCache()
 490 function encode( $text )
 491 function encode($var)
 492 function encodeKey($key)
 493 function encryptCvn2($cvn2)
 494 function encryptDate($certDate)
 495 function encryptDateType($certDataType)
 496 function encryptPan($pan)
 497 function encryptPin($pan, $pwd)
 498 function endWith($haystack, $needle)
 499 function entry($bucket, $key)
 500 function exception_for($reason)
 501 function exec($query)
 502 function execute($array = Array())
 503 function ext_check_module_subscribe($modulename)
 504 function ext_execute_uninstall_script($module_name)
 505 function ext_file_check($module_name, $manifest)
 506 function ext_manifest_check($module_name, $manifest)
 507 function ext_module_bindings()
 508 function ext_module_clean($modulename, $is_clean_rule = false)
 509 function ext_module_convert($manifest)
 510 function ext_module_manifest($modulename)
 511 function ext_module_manifest_parse($xml)
 512 function ext_module_msg_types()
 513 function ext_module_run_script($manifest, $scripttype)
 514 function ext_module_script_clean($modulename, $manifest)
 515 function ext_template_manifest($tpl, $cloud = true)
 516 function ext_template_manifest_parse($xml)
 517 function ext_template_type()
 518 function extract()
 519 function extractByIndex($p_index)
 520 function extractCellRange()
 521 function extractNamedRange()
 522 function fans_fields()
 523 function fans_search($user, $fields = array())
 524 function fans_update($user, $fields)
 525 function fastcgi_finish_request()
 526 function fetch($mode = PDO_FETCH_ASSOC, $cursor = null, $offset = null)
 527 function fetchAll($mode = PDO_FETCH_ASSOC)
 528 function fetchColumn($column=0)
 529 function fetchSingle()
 530 function flattenArray()
 531 function flattenArrayIndexed()
 532 function flattenSingleValue()
 533 function flushInstance()
 534 function flushLogger()
 535 function generateRandomString($length = 10)
 536 function get()
 537 function getArray()
 538 function getArrayReturnType()
 539 function getAttribute($attribute)
 540 function getAutoFilter()
 541 function getBestFitType()
 542 function getCacheData()
 543 function getCalculationCacheEnabled()
 544 function getCellCacheController()
 545 function getCellList()
 546 function getCertId($cert_path)
 547 function getCertIdByCerPath($cert_path)
 548 function getCoefficients()
 549 function getColumnDimension()
 550 function getCompatibilityMode()
 551 function getConversionGroupUnitDetails()
 552 function getConversionGroupUnits()
 553 function getConversionGroups()
 554 function getCorrelation()
 555 function getCovariance()
 556 function getDFResiduals()
 557 function getData()
 558 function getDeleteColumns()
 559 function getDeleteRows()
 560 function getDoublePivot()
 561 function getEncryptCertId()
 562 function getEquation()
 563 function getExcelCalendar()
 564 function getF()
 565 function getFormatCells()
 566 function getFormatColumns()
 567 function getFormatRows()
 568 function getGoodnessOfFit()
 569 function getGoodnessOfFitPercent()
 570 function getH()
 571 function getInsertColumns()
 572 function getInsertHyperlinks()
 573 function getInsertRows()
 574 function getInstance()
 575 function getIntersect()
 576 function getIntersectSE()
 577 function getL()
 578 function getLocale()
 579 function getLockRevision()
 580 function getLockStructure()
 581 function getLockWindows()
 582 function getMatrix()
 583 function getMatrixByCol()
 584 function getMatrixByRow()
 585 function getObjects()
 586 function getOrder()
 587 function getPassword()
 588 function getPivot()
 589 function getPivotTables()
 590 function getPrivateKey($cert_path)
 591 function getPublicKey($cert_path)
 592 function getPulbicKeyByCertId($certId)
 593 function getQ()
 594 function getR()
 595 function getRequestParamString($params)
 596 function getReturnDateType()
 597 function getRevisionsPassword()
 598 function getRowDimension()
 599 function getSSRegression()
 600 function getSSResiduals()
 601 function getScenarios()
 602 function getSearchLocations()
 603 function getSelectLockedCells()
 604 function getSelectUnlockedCells()
 605 function getSheet()
 606 function getSignCertId()
 607 function getSlope()
 608 function getSlopeSE()
 609 function getSort()
 610 function getStdevOfResiduals()
 611 function getTimezone()
 612 function getU()
 613 function getUseUploadTempDirectory()
 614 function getValueOfXForY()
 615 function getValueOfYForX()
 616 function getWorkbookPassword()
 617 function getYBestFitValues()
 618 function get_message_body_summary(MessageInterface $message, $truncateAt = 120)
 619 function getallheaders()
 620 function getglobal($key)
 621 function getimagesizefromstring($string_data)
 622 function getxml(xmlstring)
 623 function handlerCalendar(elm)
 624 function hash()
 625 function headers_from_lines($lines)
 626 function hex2bin($str)
 627 function http_build_query($formdata, $numeric_prefix = null, $arg_separator = null)
 628 function http_build_recursive($formdata, $separator, $key = '', $prefix = '')
 629 function hypo($a, $b)
 630 function hypo()
 631 function hypot()
 632 function identify()
 633 function identity()
 634 function includeFile($file)
 635 function insertBitmap($row, $col, $bitmap, $x = 0, $y = 0, $scale_x = 1, $scale_y = 1)
 636 function inspect(PromiseInterface $promise)
 637 function inspect_all($promises)
 638 function inverse()
 639 function isDataSet()
 640 function isDateTime()
 641 function isDateTimeFormat()
 642 function isDateTimeFormatCode()
 643 function isError($data, $code = null)
 644 function isFullRank()
 645 function isImplemented()
 646 function isNonsingular()
 647 function isProtectionEnabled()
 648 function isSPD()
 649 function isSecurityEnabled()
 650 function is_fulfilled(PromiseInterface $promise)
 651 function is_host_in_noproxy($host, array $noProxyArray)
 652 function is_rejected(PromiseInterface $promise)
 653 function is_settled(PromiseInterface $promise)
 654 function iter_for($value)
 655 function job_clear($uid, $isfounder = false)
 656 function job_create_delete_account($uniacid, $accountName, $uid)
 657 function job_execute($id)
 658 function job_execute_delete_account($job)
 659 function job_list($uid, $isfounder = false)
 660 function job_single($id)
 661 function json_decode($json, $assoc = false, $depth = 512)
 662 function json_decode($json, $assoc = false, $depth = 512, $options = 0)
 663 function json_decode($jsonString)
 664 function json_encode($value)
 665 function json_encode($value, $options = 0, $depth = 512)
 666 function last()
 667 function lastInsertId()
 668 function listAllFunctionNames()
 669 function listContent()
 670 function listFunctionNames()
 671 function listFunctions()
 672 function load()
 673 function log($msg)
 674 function logging_implode($array, $skip = array())
 675 function logging_run($log, $type = 'trace', $filename = 'run')
 676 function mapLinkDialog(elm)
 677 function material_build_reply($attach_id)
 678 function material_delete($material_id, $location)
 679 function material_get($attach_id)
 680 function material_get_image_url($content)
 681 function material_list($type = '', $server = '', $page = array('page_index' => 1, 'page_size' => 24))
 682 function material_local_news_upload($attach_id)
 683 function material_local_upload($material_id)
 684 function material_local_upload_by_url($url, $type='images')
 685 function material_network_image_to_local($url, $uniacid, $uid)
 686 function material_network_image_to_wechat($url, $uniacid, $uid, $acid)
 687 function material_network_to_local($url, $uniacid, $uid, $type = 'image')
 688 function material_network_to_wechat($url, $uniacid, $uid, $acid, $type = 'image')
 689 function material_news_delete($material_id)
 690 function material_news_list($server = '', $search ='', $page = array('page_index' => 1, 'page_size' => 24))
 691 function material_news_set($data, $attach_id)
 692 function material_news_to_local($attach_id)
 693 function material_parse_content($content)
 694 function material_strip_wechat_image_proxy($content)
 695 function material_sync($material, $exist_material, $type)
 696 function material_to_local($resourceid, $uniacid, $uid, $type = 'image')
 697 function material_to_wechat($attach_id, $uniacid, $uid, $acid, $type = 'image')
 698 function material_upload_limit()
 699 function material_url_check($url)
 700 function mb_str_replace($search, $replace, $subject)
 701 function mb_strlen($string, $charset = '')
 702 function mc_acccount_fields($uniacid = 0, $is_available = true)
 703 function mc_account_change_operator($clerk_type, $store_id, $clerk_id)
 704 function mc_batch_insert_fanstag_mapping($fanid_list, $tagid_list)
 705 function mc_card_grant_credit($openid, $card_fee, $storeid = 0, $modulename)
 706 function mc_card_settings_hide($item = '')
 707 function mc_credit_fetch($uid, $types = array())
 708 function mc_credit_types()
 709 function mc_credit_update($uid, $credittype, $creditval = 0, $log = array())
 710 function mc_current_real_uniacid()
 711 function mc_fans_chats_record_formate($chat_record)
 712 function mc_fans_groups($force_update = false)
 713 function mc_fans_has_member_info($tag)
 714 function mc_fans_tag_fields()
 715 function mc_fansinfo($openidOruid, $acid = 0, $uniacid = 0)
 716 function mc_fetch($uid, $fields = array())
 717 function mc_fetch_one($uid, $uniacid = 0)
 718 function mc_fields()
 719 function mc_group_update($uid = 0)
 720 function mc_groups($uniacid = 0)
 721 function mc_handsel($touid, $fromuid, $handsel, $uniacid = '')
 722 function mc_init_fans_info($openid, $force_init_member = false)
 723 function mc_insert_fanstag_mapping($fanid, $groupid_list)
 724 function mc_member_export_parse($members, $header = array(), $type = 'userinfo')
 725 function mc_notice_consume($openid, $title, $content, $url = '')
 726 function mc_notice_credit1($openid, $uid, $credit1_num, $tip, $url = '', $remark = '谢谢惠顾,点击查看详情')
 727 function mc_notice_credit2($openid, $uid, $credit2_num, $credit1_num = 0, $store = '线下消费', $url = '', $remark = '谢谢惠顾,点击查看详情')
 728 function mc_notice_custom_text($openid, $title, $info)
 729 function mc_notice_group($openid, $old_group, $now_group, $url = '', $remark = '点击查看详情')
 730 function mc_notice_init()
 731 function mc_notice_nums_plus($openid, $type, $num, $total_num, $remark = '感谢您的支持,祝您生活愉快!')
 732 function mc_notice_nums_times($openid, $card_id, $type, $num, $remark = '感谢您对本店的支持,欢迎下次再来!')
 733 function mc_notice_pay_success($openid, $username, $order_sn, $money, $goods_info, $title = '尊敬的客户,您的订单已支付成功', $remark = '', $url = '')
 734 function mc_notice_public($openid, $title, $sender, $content, $url = '', $remark = '')
 735 function mc_notice_recharge($openid, $uid = 0, $num = 0, $url = '', $remark = '')
 736 function mc_notice_times_plus($openid, $card_id, $type, $fee, $days, $endtime = '', $remark = '感谢您对本店的支持,欢迎下次再来!')
 737 function mc_notice_times_times($openid, $title, $type, $endtime = '', $remark = '请注意时间,防止服务失效!', $card_sn = '', $use_time = '', $has_time = '')
 738 function mc_oauth_account_userinfo($url = '')
 739 function mc_oauth_fans($openid, $uniacid = 0)
 740 function mc_oauth_userinfo($acid = 0)
 741 function mc_openid2uid($openid)
 742 function mc_parse_profile($profile)
 743 function mc_plugins()
 744 function mc_require($uid, $fields, $pre = '')
 745 function mc_send_content_formate($data)
 746 function mc_show_tag($groupid)
 747 function mc_uid2openid($uid)
 748 function mc_update($uid, $fields)
 749 function menu_default()
 750 function menu_delete($id)
 751 function menu_get($id)
 752 function menu_languages()
 753 function menu_push($id)
 754 function menu_update_conditional()
 755 function menu_update_currentself()
 756 function merge($p_archive_to_add)
 757 function mimetype_from_extension($extension)
 758 function mimetype_from_filename($filename)
 759 function miniapp_add_register_version($data)
 760 function miniapp_change_register_version_status($auditid, $status, $reason = '')
 761 function miniapp_check_code_isgen($code_uuid)
 762 function miniapp_code_config($version_id)
 763 function miniapp_code_current_appjson($version_id)
 764 function miniapp_code_custom_appjson_tobase64($version_id)
 765 function miniapp_code_generate($version_id, $user_version, $plugins = array())
 766 function miniapp_code_path_convert($attachment_id)
 767 function miniapp_code_save_appjson($version_id, $json)
 768 function miniapp_code_set_default_appjson($version_id)
 769 function miniapp_create($account)
 770 function miniapp_create_release($version_id)
 771 function miniapp_create_submit_audit($version_id, $auditid)
 772 function miniapp_delete_audit($version_id, $status)
 773 function miniapp_fetch($uniacid, $version_id = '')
 774 function miniapp_get_some_lastversions($uniacid)
 775 function miniapp_getpackage($data, $if_single = false)
 776 function miniapp_insert_date_visit_trend($date)
 777 function miniapp_last_switch_version($uniacid)
 778 function miniapp_site_info($multiid)
 779 function miniapp_support_uniacid_modules($uniacid)
 780 function miniapp_support_wxapp_modules($uniacid = 0)
 781 function miniapp_update_daily_visittrend()
 782 function miniapp_update_entry($version_id, $entry_id)
 783 function miniapp_update_last_use_version($uniacid, $version_id)
 784 function miniapp_version($version_id)
 785 function miniapp_version_all($uniacid)
 786 function miniapp_version_by_version($version)
 787 function miniapp_version_detail_info($version_info)
 788 function miniapp_version_update($version_id, $data)
 789 function minus()
 790 function minusEquals()
 791 function modify_request(RequestInterface $request, array $changes)
 792 function moduleInit($name, $params = array())
 793 function module_add_to_uni_group($module, $uni_group_id, $support)
 794 function module_app_entries($name, $types = array(), $args = null)
 795 function module_build_form($name, $rid, $option = array())
 796 function module_cancel_recycle($modulename, $type, $support)
 797 function module_change_direct_enter_status($module_name)
 798 function module_check_notinstalled_support($module, $manifest_support)
 799 function module_clerk_info($module_name)
 800 function module_delete_store_wish_goods($module_name, $support_name)
 801 function module_entries($name, $types = array(), $rid = 0, $args = null)
 802 function module_entry($eid)
 803 function module_exist_in_account($module_name, $uniacid)
 804 function module_expire_notice()
 805 function module_expired_list()
 806 function module_fetch($name, $enabled = true)
 807 function module_get_direct_enter_status($module_name)
 808 function module_get_plugin_list($module_name)
 809 function module_get_user_account_list($uid, $module_name)
 810 function module_installed_list($type = '')
 811 function module_link_uniacid_fetch($uid, $module_name)
 812 function module_main_info($module_name)
 813 function module_name_list($group_id = array())
 814 function module_permission_fetch($name)
 815 function module_rank_top($module_name, $uniacid)
 816 function module_recycle($modulename, $type, $support)
 817 function module_save_group_package($package)
 818 function module_status($module)
 819 function module_support_type()
 820 function module_system()
 821 function module_types()
 822 function module_uninstall_list()
 823 function module_uninstall_total($type)
 824 function module_upgrade_info($modulelist = array())
 825 function module_upgrade_list()
 826 function module_upgrade_total($type)
 827 function moduledata($params = '')
 828 function modulefunc($modulename, $funcname, $params)
 829 function modules_support_all($modulenames)
 830 function money_format($format, $number)
 831 function money_format()
 832 function moveCell()
 833 function my_curl_reset($handler)
 834 function name_value($name, $value)
 835 function newsLinkDialog(elm, page)
 836 function nl2br(str, is_xhtml)
 837 function normalize_header($header)
 838 function normalize_header_keys(array $headers)
 839 function notify_bfb()
 840 function openssl_decrypt($ciphertext_dec, $method, $key, $options, $iv)
 841 function openssl_encrypt($text, $method, $key, $options, $iv)
 842 function opensvurl()
 843 function pageLinkDialog(elm, page)
 844 function parse($formula)
 845 function parseFormula()
 846 function parse_header($header)
 847 function parse_query($str, $urlEncoding = true)
 848 function parse_request($message)
 849 function parse_response($message)
 850 function paycenter_check_login()
 851 function paycenter_order_status()
 852 function paycenter_order_trade_types()
 853 function paycenter_order_types()
 854 function payment_proxy_pay_account()
 855 function payment_setting()
 856 function payment_types($type = '')
 857 function pdo()
 858 function pdos($table = '')
 859 function percent($suiteResults)
 860 function permission_account_user($type = 'system')
 861 function permission_account_user_init($uid, $uniacid)
 862 function permission_account_user_menu($uid, $uniacid, $type)
 863 function permission_account_user_permission_exist($uid = 0, $uniacid = 0)
 864 function permission_account_user_role($uid = 0, $uniacid = 0)
 865 function permission_build()
 866 function permission_check_account_user($permission_name, $show_message = true, $action = '')
 867 function permission_check_account_user_module($action = '', $module_name = '')
 868 function permission_check_vice_founder_limit($group_info)
 869 function permission_first_sub_permission()
 870 function permission_get_nameandurl($permission)
 871 function permission_menu_name()
 872 function permission_subpermission($prefix, $module = '')
 873 function permission_update_account_user($uid, $uniacid, $data)
 874 function permission_user_account_creatable($uid = 0, $type_sign = '')
 875 function permission_user_account_num($uid = 0)
 876 function permission_user_timelimits($uid = 0)
 877 function phoneLinkDialog(elm, page)
 878 function phoneapp_get_some_lastversions($uniacid)
 879 function phoneapp_getpackage($data, $if_single = false)
 880 function phoneapp_support_modules()
 881 function phoneapp_version($version_id)
 882 function phoneapp_version_all($uniacid)
 883 function phoneapp_version_by_version($version)
 884 function plus()
 885 function plusEquals()
 886 function pop()
 887 function popensvurl(href)
 888 function power()
 889 function prepare($query, $array = Array())
 890 function printRowColHeaders($print = 1)
 891 function privAdd($p_filedescr_list, &$p_result_list, &$p_options)
 892 function privAddFile($p_filedescr, &$p_header, &$p_options)
 893 function privAddFileList($p_filedescr_list, &$p_result_list, &$p_options)
 894 function privAddFileUsingTempFile($p_filedescr, &$p_header, &$p_options)
 895 function privAddList($p_filedescr_list, &$p_result_list, &$p_options)
 896 function privCalculateStoredFilename(&$p_filedescr, &$p_options)
 897 function privCheckFileHeaders(&$p_local_header, &$p_central_header)
 898 function privCheckFormat($p_level=0)
 899 function privCloseFd()
 900 function privConvertHeader2FileInfo($p_header, &$p_info)
 901 function privCreate($p_filedescr_list, &$p_result_list, &$p_options)
 902 function privDeleteByRule(&$p_result_list, &$p_options)
 903 function privDirCheck($p_dir, $p_is_dir=false)
 904 function privDisableMagicQuotes()
 905 function privDuplicate($p_archive_filename)
 906 function privErrorReset()
 907 function privExtractByRule(&$p_file_list, $p_path, $p_remove_path, $p_remove_all_path, &$p_options)
 908 function privExtractFile(&$p_entry, $p_path, $p_remove_path, $p_remove_all_path, &$p_options)
 909 function privExtractFileAsString(&$p_entry, &$p_string, &$p_options)
 910 function privExtractFileInOutput(&$p_entry, &$p_options)
 911 function privExtractFileUsingTempFile(&$p_entry, &$p_options)
 912 function privFileDescrExpand(&$p_filedescr_list, &$p_options)
 913 function privFileDescrParseAtt(&$p_file_list, &$p_filedescr, $v_options, $v_requested_options=false)
 914 function privList(&$p_list)
 915 function privMerge(&$p_archive_to_add)
 916 function privOpenFd($p_mode)
 917 function privOptionDefaultThreshold(&$p_options)
 918 function privParseOptions(&$p_options_list, $p_size, &$v_result_list, $v_requested_options=false)
 919 function privReadCentralFileHeader(&$p_header)
 920 function privReadEndCentralDir(&$p_central_dir)
 921 function privReadFileHeader(&$p_header)
 922 function privSwapBackMagicQuotes()
 923 function privWriteCentralFileHeader(&$p_header)
 924 function privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment)
 925 function privWriteFileHeader(&$p_header)
 926 function promise_for($value)
 927 function properties()
 928 function push()
 929 function query($query)
 930 function query_baifubao_pay_result_by_order_no($order_no)
 931 function queue(TaskQueueInterface $assign = null)
 932 function quote($string)
 933 function readChart()
 934 function readline(StreamInterface $stream, $maxLength = null)
 935 function reduce_string($str)
 936 function refund($refund_id)
 937 function refund_create_order($tid, $module, $fee = 0, $reason = '')
 938 function refund_order_can_refund($module, $tid)
 939 function region_map($region)
 940 function rejection_for($reason)
 941 function renameCalculationCacheForWorksheet()
 942 function render(&$str)
 943 function render()
 944 function renderCategory(obj, name)
 945 function reply_check_uni_default_keyword($uniacid = 0)
 946 function reply_content_search($rid = 0)
 947 function reply_getall_common_service()
 948 function reply_insert_without_service($file)
 949 function reply_keywords_search($condition = '', $params = array(), $pindex = 0, $psize = 10, &$total = 0)
 950 function reply_predefined_service()
 951 function reply_search($condition = '', $params = array(), $pindex = 0, $psize = 10, &$total = 0)
 952 function reply_single($id)
 953 function request($url)
 954 function reufnd_ali_build($refund_id, $is_wish = 0)
 955 function reufnd_wechat_build($refund_id, $is_wish = 0)
 956 function rewind_body(MessageInterface $message)
 957 function rollBack()
 958 function rowCount()
 959 function safe_bad_str_replace($string)
 960 function safe_check_password($password)
 961 function safe_gpc_array($value, $default = array())
 962 function safe_gpc_belong($value, $allow = array(), $default = '')
 963 function safe_gpc_boolean($value)
 964 function safe_gpc_html($value, $default = '')
 965 function safe_gpc_int($value, $default = 0)
 966 function safe_gpc_path($value, $default = '')
 967 function safe_gpc_sql($value, $operator = 'ENCODE', $default = '')
 968 function safe_gpc_string($value, $default = '')
 969 function safe_gpc_url($value, $strict_domain = true, $default = '')
 970 function safe_remove_xss($val)
 971 function sendHttpRequest($params, $url)
 972 function set()
 973 function setArrayReturnType()
 974 function setAttribute($attribute, $mixed)
 975 function setAudioPlayer()
 976 function setAutoFilter($pValue = false)
 977 function setBgColor($colorIndex)
 978 function setBottomColor($colorIndex)
 979 function setCalculationCacheEnabled()
 980 function setCompatibilityMode()
 981 function setDeleteColumns($pValue = false)
 982 function setDeleteRows($pValue = false)
 983 function setDiagColor($colorIndex)
 984 function setExcelCalendar()
 985 function setExtSheet($name, $index)
 986 function setFetchMode($mode)
 987 function setFgColor($colorIndex)
 988 function setFormatCells($pValue = false)
 989 function setFormatColumns($pValue = false)
 990 function setFormatRows($pValue = false)
 991 function setInsertColumns($pValue = false)
 992 function setInsertHyperlinks($pValue = false)
 993 function setInsertRows($pValue = false)
 994 function setLeftColor($colorIndex)
 995 function setLocale()
 996 function setLockRevision($pValue = false)
 997 function setLockStructure($pValue = false)
 998 function setLockWindows($pValue = false)
 999 function setMultiAudioPlayer(elm)
1000 function setNumberFormatIndex($numberFormatIndex)
1001 function setObjects($pValue = false)
1002 function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_style = false)
1003 function setPassword($pValue = '', $pAlreadyHashed = false)
1004 function setPivotTables($pValue = false)
1005 function setReturnDateType()
1006 function setRevisionsPassword($pValue = '', $pAlreadyHashed = false)
1007 function setRightColor($colorIndex)
1008 function setScenarios($pValue = false)
1009 function setSearchLocations()
1010 function setSelectLockedCells($pValue = false)
1011 function setSelectUnlockedCells($pValue = false)
1012 function setSheet($pValue = false)
1013 function setSort($pValue = false)
1014 function setTimezone()
1015 function setTopColor($colorIndex)
1016 function setUseUploadTempDirectory()
1017 function setWechatAudioPlayer()
1018 function setWithoutEmpty(&$array, $key, $value)
1019 function setWorkbookPassword($pValue = '', $pAlreadyHashed = false)
1020 function setting_load($key = '')
1021 function setting_save($data = '', $key = '')
1022 function setting_upgrade_version($family, $version, $release)
1023 function settle($promises)
1024 function showAudioDialog(elm, base64options, options)
1025 function showAvatarDialog(elm, opts)
1026 function showCoordinate(elm)
1027 function showCouponColor(eml)
1028 function showEmojiDialog(elm)
1029 function showIconDialog(elm)
1030 function showImageDialog(elm)
1031 function showImageDialog(elm, opts)
1032 function showImageDialog(elm, opts, options)
1033 function showLinkDialog(elm)
1034 function showModuleLink(elm)
1035 function showMultiAudioDialog(elm, name)
1036 function showVideoDialog(elm, options)
1037 function showWechatImageDialog(elm, options)
1038 function showWechatVideoDialog(elm, options)
1039 function showWechatVoiceDialog(elm, options)
1040 function sign(&$params)
1041 function site_app_navs($type = 'home', $multiid = 0)
1042 function site_article($params = array())
1043 function site_article_comment($params = array())
1044 function site_category($params = array())
1045 function site_cover($coverparams = array())
1046 function site_cover_delete($page_id)
1047 function site_ip_add($ip = '')
1048 function site_ip_validate($ip)
1049 function site_navs($params = array())
1050 function site_quickmenu()
1051 function site_slide_search($params = array())
1052 function site_widget_link($params = array())
1053 function solve()
1054 function some($count, $promises)
1055 function sortCellList()
1056 function stat_account_count()
1057 function stat_all_visit_statistics($type, $data)
1058 function stat_date_range($start, $end)
1059 function stat_mc_member()
1060 function stat_module()
1061 function stat_modules_except_system()
1062 function stat_visit_all_bydate($time_type, $daterange = array(), $is_system_stat = false)
1063 function stat_visit_app_bydate($time_type, $module = '', $daterange = array(), $is_system_stat = false)
1064 function stat_visit_app_byuniacid($time_type, $module = '', $daterange = array(), $is_system_stat = false)
1065 function stat_visit_info($type, $time_type, $module = '', $daterange = array(), $is_system_stat = false)
1066 function stat_visit_web_bydate($time_type, $daterange = array(), $is_system_stat = false)
1067 function store_add_cash_log($founder_id)
1068 function store_add_cash_order($orderid)
1069 function store_get_cash_logs($condition = array(), $page = 1, $psize = 15)
1070 function store_get_cash_orders($condition = array(), $page = 1, $psize = 15)
1071 function store_get_founder_can_cash_amount($founder_id, $has_refuse = false)
1072 function store_goods_changestatus($id)
1073 function store_goods_delete($id)
1074 function store_goods_info($id)
1075 function store_goods_post($data)
1076 function store_goods_type_info($group = '')
1077 function store_order_change_price($id, $price)
1078 function store_order_delete($id)
1079 function store_order_info($id)
1080 function str(MessageInterface $message)
1081 function stream_for($resource = '', array $options = [])
1082 function stream_read($count)
1083 function strip_gpc($values, $type = 'g')
1084 function submitform()
1085 function submitprocess()
1086 function switch_get_account_display()
1087 function switch_get_module_display()
1088 function switch_get_user_common_module($module_name)
1089 function switch_getall_lastuse_by_module($module_name)
1090 function switch_save($uniacid, $module_name, $type)
1091 function switch_save_account_display($uniacid)
1092 function switch_save_module($uniacid, $module_name)
1093 function switch_save_module_display($uniacid, $module_name)
1094 function switch_save_uniacid($uniacid)
1095 function switch_save_user_common_module($uniacid, $module_name)
1096 function system_check_items()
1097 function system_check_mysql_params($param)
1098 function system_check_php_ext($extension)
1099 function system_check_php_raw_post_data()
1100 function system_check_statcode($statcode)
1101 function system_check_template()
1102 function system_database_backup()
1103 function system_database_backup_delete($delete_dirname)
1104 function system_database_volume_next($volume_name)
1105 function system_database_volume_restore($volume_name)
1106 function system_login_template_ch_name()
1107 function system_menu()
1108 function system_menu_permission_list($role = '')
1109 function system_scrap_file()
1110 function system_setting_items()
1111 function system_shortcut_menu()
1112 function system_site_info()
1113 function system_star_menu()
1114 function system_template_ch_name()
1115 function table($name)
1116 function task(callable $task)
1117 function template($filename, $flag = TEMPLATE_DISPLAY)
1118 function template_addquote($matchs)
1119 function template_compat($filename)
1120 function template_compile($from, $to)
1121 function template_compile($from, $to, $inmodule = false)
1122 function template_design($html)
1123 function template_modulehook_parser($params = array())
1124 function template_page($id, $flag = TEMPLATE_DISPLAY)
1125 function template_parse($str)
1126 function template_parse($str, $inmodule = false)
1127 function thumbnail()
1128 function times()
1129 function toReversePolish($tree = array())
1130 function toggle(type)
1131 function toimage($src)
1132 function trace()
1133 function transpose()
1134 function try_fopen($filename, $mode)
1135 function uminus()
1136 function uni_account_can_create($type_sign)
1137 function uni_account_create_info()
1138 function uni_account_extra_info($uniacid)
1139 function uni_account_global_oauth()
1140 function uni_account_member_fields($uniacid)
1141 function uni_account_module_shortcut_enabled($modulename, $status = STATUS_ON)
1142 function uni_account_oauth_host()
1143 function uni_account_type($type = 0)
1144 function uni_account_type_sign($type_sign = '')
1145 function uni_account_user_role_insert($uniacid, $uid, $role)
1146 function uni_accounts($uniacid = 0)
1147 function uni_delete_rule($rid, $relate_table_name)
1148 function uni_fetch($uniacid = 0)
1149 function uni_get_account_by_appid($appid, $account_type, $except_uniacid = 0)
1150 function uni_groups($groupids = array(), $show_all = false)
1151 function uni_modules()
1152 function uni_modules_app_binding()
1153 function uni_modules_by_uniacid($uniacid)
1154 function uni_need_account_info()
1155 function uni_owner_account_nums($uid, $role)
1156 function uni_permission($uid = 0, $uniacid = 0)
1157 function uni_search_link_account($module_name, $type_sign, $uniacid = 0)
1158 function uni_setmeal($uniacid = 0)
1159 function uni_setting($uniacid = 0, $fields = '*', $force_update = false)
1160 function uni_setting_load($name = '', $uniacid = 0)
1161 function uni_setting_save($name, $value)
1162 function uni_site_store_buy_goods($uniacid, $type = STORE_TYPE_MODULE)
1163 function uni_templates()
1164 function uni_update_week_stat()
1165 function uni_user_accounts($uid = 0, $type = 'account')
1166 function uni_user_permission($type = 'system')
1167 function uni_user_permission_check($permission_name = '', $show_message = true, $action = '')
1168 function uni_user_permission_exist($uid = 0, $uniacid = 0)
1169 function uni_user_see_more_info($user_type, $see_more = false)
1170 function unsetWorksheetCells()
1171 function unwrap($promises)
1172 function updateCacheData()
1173 function update_wish_goods_info($update_data, $module_name)
1174 function uploadMultiImage(elm)
1175 function uploadWechatMultiImage(elm)
1176 function uri_for($uri)
1177 function uri_template($template, array $variables)
1178 function user_account_delete($uniacid)
1179 function user_account_detail_info($uid)
1180 function user_after_login_link()
1181 function user_available_extra_fields()
1182 function user_borrow_oauth_account_list()
1183 function user_change_welcome_status($uid, $welcome_status)
1184 function user_check($user)
1185 function user_check_mobile($mobile)
1186 function user_delete($uid, $is_recycle = false)
1187 function user_detail_formate($profile)
1188 function user_end_time($uid)
1189 function user_founder_group()
1190 function user_founder_group_detail_info($groupid = 0)
1191 function user_founder_templates($founder_groupid)
1192 function user_group()
1193 function user_group_detail_info($groupid = 0)
1194 function user_group_format($lists)
1195 function user_hash($passwordinput, $salt)
1196 function user_info_check($user)
1197 function user_info_save($user, $is_founder_group = false)
1198 function user_invite_register_url($uid = 0)
1199 function user_is_bind()
1200 function user_is_founder($uid, $only_main_founder = false)
1201 function user_is_vice_founder($uid = 0)
1202 function user_lastuse_module_default_account()
1203 function user_level()
1204 function user_list_format($users, $founder_list = true)
1205 function user_load_operate_history($limit_num = 40)
1206 function user_load_operate_star($limit_num = 100)
1207 function user_login_forward($forward = '')
1208 function user_modules($uid = 0)
1209 function user_password($passwordinput, $uid)
1210 function user_password_hash($password, $uid)
1211 function user_register($user, $source)
1212 function user_related_update($uid, $user)
1213 function user_role_title($role = '')
1214 function user_save_create_group($account_group_info)
1215 function user_save_founder_group($group_info)
1216 function user_save_group($group_info)
1217 function user_save_operate_history($type, $value)
1218 function user_save_operate_star($type, $uniacid, $module_name)
1219 function user_single($user_or_uid)
1220 function user_support_urls()
1221 function utf162utf8($utf16)
1222 function utf82utf16($utf8)
1223 function utility_image_rename($image_source_url, $image_destination_url)
1224 function utility_smscode_verify($uniacid, $receiver, $verifycode = '')
1225 function verify($params)
1226 function visit_app_month_visit_till_today($uniacid = 0)
1227 function visit_app_pass_visit_limit($uniacid = 0)
1228 function visit_app_today_visit($uniacid = 0)
1229 function visit_app_update_today_visit($module_name)
1230 function visit_update_today($type, $module_name = '')
1231 function waterImg()
1232 function waterText()
1233 function weather_http_request($url, $city)
1234 function wechat_build($params, $wechat, $is_site_store = false)
1235 function wechat_proxy_build($params, $wechat)
1236 function welcome_database_backup_days()
1237 function welcome_notices_get()
1238 function writeXf()
1239 function PclZip($p_zipname)
1240 function PclZipUtilCopyBlock($p_src, $p_dest, $p_size, $p_mode=0)
1241 function PclZipUtilOptionText($p_option)
1242 function PclZipUtilPathInclusion($p_dir, $p_path)
1243 function PclZipUtilPathReduction($p_dir)
1244 function PclZipUtilRename($p_src, $p_dest)
1245 function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter=true)
1246 function Pin2PinBlockWithCardNO(&$sPin, &$sCardNO)
1247 function QUARTILE()
1248 function QUOTIENT()
1249 function RAND()
1250 function RANK()
1251 function RATE()
1252 function RECEIVED()
1253 function REF()
1254 function REPLACE()
1255 function RETURNSTRING()
1256 function RIGHT()
1257 function ROMAN()
1258 function ROUNDDOWN()
1259 function ROUNDUP()
1260 function ROW()
1261 function ROWS()
1262 function RSQ()
1263 function SEARCHINSENSITIVE()
1264 function SEARCHSENSITIVE()
1265 function SECONDOFMINUTE()
1266 function SERIESSUM()
1267 function SIGN()
1268 function SKEW()
1269 function SLN()
1270 function SLOPE()
1271 function SMALL()
1272 function SQRTPI()
1273 function STANDARDIZE()
1274 function STATEMENT_IF()
1275 function STDEV()
1276 function STDEVA()
1277 function STDEVP()
1278 function STDEVPA()
1279 function STEYX()
1280 function STRINGLENGTH()
1281 function SUBSTITUTE()
1282 function SUBTOTAL()
1283 function SUM()
1284 function SUMIF()
1285 function SUMPRODUCT()
1286 function SUMSQ()
1287 function SUMX2MY2()
1288 function SUMX2PY2()
1289 function SUMXMY2()
1290 function SYD()
1291 function Services_JSON($use = 0)
1292 function TBILLEQ()
1293 function TBILLPRICE()
1294 function TBILLYIELD()
1295 function TDIST()
1296 function TEXTFORMAT()
1297 function TIME()
1298 function TIMEVALUE()
1299 function TINV()
1300 function TRANSPOSE()
1301 function TREND()
1302 function TRIMMEAN()
1303 function TRIMNONPRINTABLE()
1304 function TRIMSPACES()
1305 function TRUE()
1306 function TRUNC()
1307 function TYPE()
1308 function UPPERCASE()
1309 function VALUE()
1310 function VARA()
1311 function VARFunc()
1312 function VARP()
1313 function VARPA()
1314 function VERSION()
1315 function VLOOKUP()
1316 function WEEKOFYEAR()
1317 function WEIBULL()
1318 function WORKDAY()
1319 function XNPV()
1320 function YEAR()
1321 function YEARFRAC()
1322 function YIELDDISC()
1323 function YIELDMAT()
1324 function ZTEST()
1325 function Pin2PinBlock( &$sPin )
1326 function ACCRINT()
1327 function ACCRINTM()
1328 function AMORDEGRC()
1329 function AMORLINC()
1330 function ASCIICODE()
1331 function ATAN2()
1332 function AVEDEV()
1333 function AVERAGE()
1334 function AVERAGEA()
1335 function AVERAGEIF()
1336 function BESSELI()
1337 function BESSELJ()
1338 function BESSELK()
1339 function BESSELY()
1340 function BETADIST()
1341 function BETAINV()
1342 function BINOMDIST()
1343 function BINTODEC()
1344 function BINTOHEX()
1345 function BINTOOCT()
1346 function CEILING()
1347 function CELL_ADDRESS()
1348 function CHIDIST()
1349 function CHIINV()
1350 function CHOOSE()
1351 function COLUMN()
1352 function COLUMNS()
1353 function COMBIN()
1354 function COMPLEX()
1355 function CONCATENATE()
1356 function CONFIDENCE()
1357 function CONVERTUOM()
1358 function CORREL()
1359 function COUNT()
1360 function COUNTA()
1361 function COUNTBLANK()
1362 function COUNTIF()
1363 function COUPDAYBS()
1364 function COUPDAYS()
1365 function COUPDAYSNC()
1366 function COUPNCD()
1367 function COUPNUM()
1368 function COUPPCD()
1369 function COVAR()
1370 function CRITBINOM()
1371 function CUMIPMT()
1372 function CUMPRINC()
1373 function DATE()
1374 function DATEDIF()
1375 function DATENOW()
1376 function DATETIMENOW()
1377 function DATEVALUE()
1378 function DAVERAGE()
1379 function DAYOFMONTH()
1380 function DAYOFWEEK()
1381 function DAYS360()
1382 function DB()
1383 function DCOUNT()
1384 function DCOUNTA()
1385 function DDB()
1386 function DECTOBIN()
1387 function DECTOHEX()
1388 function DECTOOCT()
1389 function DELTA()
1390 function DEVSQ()
1391 function DGET()
1392 function DISC()
1393 function DIV0()
1394 function DMAX()
1395 function DMIN()
1396 function DOLLAR()
1397 function DOLLARDE()
1398 function DOLLARFR()
1399 function DPRODUCT()
1400 function DSTDEV()
1401 function DSTDEVP()
1402 function DSUM()
1403 function DUMMY()
1404 function DVAR()
1405 function DVARP()
1406 function EDATE()
1407 function EFFECT()
1408 function EOMONTH()
1409 function ERF()
1410 function ERFC()
1411 function ERROR_TYPE()
1412 function EVEN()
1413 function EXPONDIST()
1414 function EncryptedPin($sPin, $sCardNo ,$sPubKeyURL)
1415 function ExcelToPHP()
1416 function ExcelToPHPObject()
1417 function FACT()
1418 function FACTDOUBLE()
1419 function FALSE()
1420 function FISHER()
1421 function FISHERINV()
1422 function FIXEDFORMAT()
1423 function FLOOR()
1424 function FORECAST()
1425 function FV()
1426 function FVSCHEDULE()
1427 function FormatPan(&$sPan)
1428 function FormattedPHPToExcel()
1429 function GAMMADIST()
1430 function GAMMAINV()
1431 function GAMMALN()
1432 function GCD()
1433 function GESTEP()
1434 function GROWTH()
1435 function HARMEAN()
1436 function HEXTOBIN()
1437 function HEXTODEC()
1438 function HEXTOOCT()
1439 function HOUROFDAY()
1440 function HYPERLINK()
1441 function HYPGEOMDIST()
1442 function IFERROR()
1443 function IMABS()
1444 function IMAGINARY()
1445 function IMARGUMENT()
1446 function IMCONJUGATE()
1447 function IMCOS()
1448 function IMDIV()
1449 function IMEXP()
1450 function IMLN()
1451 function IMLOG10()
1452 function IMLOG2()
1453 function IMPOWER()
1454 function IMPRODUCT()
1455 function IMREAL()
1456 function IMSIN()
1457 function IMSQRT()
1458 function IMSUB()
1459 function IMSUM()
1460 function INDEX()
1461 function INDIRECT()
1462 function INT()
1463 function INTERCEPT()
1464 function INTRATE()
1465 function IPMT()
1466 function IRR()
1467 function ISPMT()
1468 function IS_BLANK()
1469 function IS_ERR()
1470 function IS_ERROR()
1471 function IS_EVEN()
1472 function IS_LOGICAL()
1473 function IS_NA()
1474 function IS_NONTEXT()
1475 function IS_NUMBER()
1476 function IS_ODD()
1477 function IS_TEXT()
1478 function KURT()
1479 function LARGE()
1480 function LCM()
1481 function LEFT()
1482 function LINEST()
1483 function LOGEST()
1484 function LOGICAL_AND()
1485 function LOGICAL_OR()
1486 function LOGINV()
1487 function LOGNORMDIST()
1488 function LOG_BASE()
1489 function LOOKUP()
1490 function LOWERCASE()
1491 function MATCH()
1492 function MAX()
1493 function MAXA()
1494 function MAXIF()
1495 function MDETERM()
1496 function MEDIAN()
1497 function MID()
1498 function MIN()
1499 function MINA()
1500 function MINIF()
1501 function MINUTEOFHOUR()
1502 function MINVERSE()
1503 function MIRR()
1504 function MMULT()
1505 function MOD()
1506 function MODE()
1507 function MONTHOFYEAR()
1508 function MROUND()
1509 function MULTINOMIAL()
1510 function N()
1511 function NA()
1512 function NAME()
1513 function NEGBINOMDIST()
1514 function NETWORKDAYS()
1515 function NOMINAL()
1516 function NORMDIST()
1517 function NORMINV()
1518 function NORMSDIST()
1519 function NORMSINV()
1520 function NOT()
1521 function NPER()
1522 function NPV()
1523 function NULL()
1524 function NaN()
1525 function OCTTOBIN()
1526 function OCTTODEC()
1527 function OCTTOHEX()
1528 function ODD()
1529 function OFFSET()
1530 function PDO($string_dsn, $string_username = '', $string_password = '', $array_driver_options = null)
1531 function PDOStatement_mysql(&$__query, &$__connection, &$__dbinfo)
1532 function PDO_mysql(&$host, &$db, &$user, &$pass)
1533 function PERCENTILE()
1534 function PERCENTRANK()
1535 function PERMUT()
1536 function PHPMailerAutoload($classname)
1537 function PHPToExcel()
1538 function PMT()
1539 function POISSON()
1540 function POWER()
1541 function PPMT()
1542 function PRICE()
1543 function PRICEDISC()
1544 function PRICEMAT()
1545 function PRODUCT()
1546 function PROPERCASE()
1547 function PV()
1548 function _tpl_form_field_date($name, $value = '', $withtime = false)
1549 function _tpl_form_field_date($name, $values = '', $withtime = false)
1550 function __destruct()
1551 function __secure_decode($post)
1552 function __setErrors($er)
1553 function __toString()
1554 function __uquery(&$query)
1555 function _addContinue($data)
1556 function _advance()
1557 function _append($data)
1558 function _calcSheetOffsets()
1559 function _calc_current_frames(&$frames)
1560 function _calc_current_frames()
1561 function _caseless_remove($keys, array $data)
1562 function _cellToPackedRowcol($cell)
1563 function _cellToRowcol($cell)
1564 function _cloud_build_params($must_authorization_host = true)
1565 function _cloud_shipping_parse($dat, $file)
1566 function _condition()
1567 function _convertNumber($num)
1568 function _convertRange2d($range, $class=0)
1569 function _convertRef2d($cell)
1570 function _convertRef3d($cell)
1571 function _convertString($string)
1572 function _createTree($value, $left, $right)
1573 function _current_time()
1574 function _expression()
1575 function _ext_module_manifest_entries($elm)
1576 function _fact()
1577 function _forward($c, $a)
1578 function _func()
1579 function _getRefIndex($ext_ref)
1580 function _getSheetIndex($sheet_name)
1581 function _idn_uri_convert(UriInterface $uri, $options = 0)
1582 function _initializeHashes()
1583 function _login($forward = '')
1584 function _mc_login($member)
1585 function _packExtRef($ext_ref)
1586 function _parenthesizedExpression()
1587 function _parse_message($message)
1588 function _parse_request_uri($path, array $headers)
1589 function _positionImage($col_start, $row_start, $x1, $y1, $width, $height)
1590 function _processBitmap($bitmap)
1591 function _processBitmapGd($image)
1592 function _rangeToPackedRange($range)
1593 function _setPaletteXl97()
1594 function _storeBof($type)
1595 function _storeEof()
1596 function _term()
1597 function _writeBlank($row, $col, $xfIndex)
1598 function _writeUrlExternal($row1, $col1, $row2, $col2, $url)
1599 function _writeUrlInternal($row1, $col1, $row2, $col2, $url)
1600 function _writeUrlRange($row1, $col1, $row2, $col2, $url)
1601 function _writeUrlWeb($row1, $col1, $row2, $col2, $url)
1602 function _PDO($string_dsn, $string_username = '', $string_password = '', $array_driver_options = null)

 

上一篇:基于单片机心跳体温血压系统仿真设计-毕设资料


下一篇:【微服务SpringCloud】:Feign 组件