-
大小: 1.1MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-08-27
- 语言: 其他
- 标签: wp statistics
资源简介
wp statistics官方最新支持中文的12.0.7版本(12.0.8至最新版本暂无中文支持),为精简插件包大小,操刀去除了其它32国语言字体,保留了英文,中文简体,中文繁体。
代码片段和文件信息
/* MaxMind Inc. licenses this file to you under the Apache License Version
* 2.0 (the “License“); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/
#include “php_maxminddb.h“
#ifdef HAVE_CONFIG_H
#include “config.h“
#endif
#include
#include
#include “Zend/zend_exceptions.h“
#include
#ifdef ZTS
#include
#endif
#define __STDC_FORMAT_MACROS
#include
#define PHP_MAXMINDDB_NS ZEND_NS_NAME(“MaxMind“ “Db“)
#define PHP_MAXMINDDB_READER_NS ZEND_NS_NAME(PHP_MAXMINDDB_NS “Reader“)
#define PHP_MAXMINDDB_READER_EX_NS \
ZEND_NS_NAME(PHP_MAXMINDDB_READER_NS \
“InvalidDatabaseException“)
#ifdef ZEND_ENGINE_3
#define Z_MAXMINDDB_P(zv) php_maxminddb_fetch_object(Z_OBJ_P(zv))
#define _ZVAL_STRING ZVAL_STRING
#define _ZVAL_STRINGL ZVAL_STRINGL
typedef size_t strsize_t;
typedef zend_object free_obj_t;
#else
#define Z_MAXMINDDB_P(zv) (maxminddb_obj *) zend_object_store_get_object(zv TSRMLS_CC)
#define _ZVAL_STRING(a b) ZVAL_STRING(a b 1)
#define _ZVAL_STRINGL(a b c) ZVAL_STRINGL(a b c 1)
typedef int strsize_t;
typedef void free_obj_t;
#endif
#ifdef ZEND_ENGINE_3
typedef struct _maxminddb_obj {
MMDB_s *mmdb;
zend_object std;
} maxminddb_obj;
#else
typedef struct _maxminddb_obj {
zend_object std;
MMDB_s *mmdb;
} maxminddb_obj;
#endif
PHP_FUNCTION(maxminddb);
static const MMDB_entry_data_list_s *handle_entry_data_list(
const MMDB_entry_data_list_s *entry_data_list
zval *z_value
TSRMLS_DC);
static const MMDB_entry_data_list_s *handle_array(
const MMDB_entry_data_list_s *entry_data_list
zval *z_value TSRMLS_DC);
static const MMDB_entry_data_list_s *handle_map(
const MMDB_entry_data_list_s *entry_data_list
zval *z_value TSRMLS_DC);
static void handle_uint128(const MMDB_entry_data_list_s *entry_data_list
zval *z_value TSRMLS_DC);
static void handle_uint64(const MMDB_entry_data_list_s *entry_data_list
zval *z_value TSRMLS_DC);
static zend_class_entry * lookup_class(const char *name TSRMLS_DC);
#define CHECK_ALLOCATED(val) \
if (!val ) { \
zend_error(E_ERROR “Out of memory“); \
return; \
} \
#define THROW_EXCEPTION(name ... ) \
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-06-08 17:37 wp-statistics\
文件 10547 2017-06-08 17:20 wp-statistics\ajax.php
目录 0 2017-06-08 17:37 wp-statistics\assets\
目录 0 2017-06-08 17:37 wp-statistics\assets\css\
文件 363 2017-06-08 17:20 wp-statistics\assets\css\admin.css
文件 224 2017-06-08 17:20 wp-statistics\assets\css\admin.min.css
文件 268 2017-06-08 17:20 wp-statistics\assets\css\admin-old.css
文件 237 2017-06-08 17:20 wp-statistics\assets\css\admin-old.min.css
文件 9095 2017-06-08 17:20 wp-statistics\assets\css\jquery-ui-1.10.4.custom.css
文件 6776 2017-06-08 17:20 wp-statistics\assets\css\jquery-ui-1.10.4.custom.min.css
文件 39746 2017-06-08 17:20 wp-statistics\assets\css\jquery-ui-smoothness.css
文件 30042 2017-06-08 17:20 wp-statistics\assets\css\jquery-ui-smoothness.min.css
文件 5454 2017-06-08 17:20 wp-statistics\assets\css\log.css
文件 3855 2017-06-08 17:20 wp-statistics\assets\css\log.min.css
文件 1089 2017-06-08 17:20 wp-statistics\assets\css\pagination.css
文件 758 2017-06-08 17:20 wp-statistics\assets\css\pagination.min.css
文件 693 2017-06-08 17:20 wp-statistics\assets\css\rtl.css
文件 469 2017-06-08 17:20 wp-statistics\assets\css\rtl.min.css
文件 250 2017-06-08 17:20 wp-statistics\assets\css\st
文件 179 2017-06-08 17:20 wp-statistics\assets\css\st
目录 0 2017-06-08 17:37 wp-statistics\assets\images\
文件 769 2017-06-08 17:20 wp-statistics\assets\images\Air.png
文件 14574 2017-06-08 17:20 wp-statistics\assets\images\ajax-loading.gif
文件 580 2017-06-08 17:20 wp-statistics\assets\images\Android.png
文件 593 2017-06-08 17:20 wp-statistics\assets\images\ask.png
文件 1058 2017-06-08 17:20 wp-statistics\assets\images\baidu.png
文件 1820 2017-06-08 17:20 wp-statistics\assets\images\bing.png
文件 586 2017-06-08 17:20 wp-statistics\assets\images\Chrome.png
文件 496 2017-06-08 17:20 wp-statistics\assets\images\clearch.png
文件 503 2017-06-08 17:20 wp-statistics\assets\images\dashicons-migrate.png
文件 653 2017-06-08 17:20 wp-statistics\assets\images\dashicons-update.png
............此处省略573个文件信息
相关资源
- wpa_supplicant
- 使用ViewPager+Fragment+仿网易云音乐的
- rtl8188eu驱动及工具arm开发板移植详细
- 最新RwPortableV1.5.2版-刷BIOS必备
- 汉化版WPBakery Visual Composer 可视化Wor
- 支持上百种格式打开工具FileViewProc 免
- zigbee协议在ns2下的仿真源代码
- Mathematical Statistics: Basic Ideas and Selec
- ViewPager+Fragment超高仿微信主界面带底
- probability statisticsand random processes for
- Naked Statistics Stripping the Dread From the
- 新闻首页效果[仿网易](ViewPager+Frag
- Probability & Statistics for Engineers & Scien
- 安卓课设 ——幼儿识图
- 收藏奉献_DOS汉字系统02:WPS 1.2 + 金山
- wp-statistics.12.3.5
- Chameleon_2.2svn_r2402_10.10_CBv2_pkg+wowpc
- Mathworks R2019a Statistics and Machine Learni
- The Basic Practice of Statistics 7th (DAVID
- AppxInstaller 在 Windows 存储外安装Uwp应用
- 三元达 WPB-5000-I-T-2AN GN-20P.zip
- An Adventure in Statistics_Field Andy Iles Jam
- mui.zip WPS国际版语言包
- Thermodynamics and an introduction to thermost
- Fragment+ViewPager
- viewpager使用总结
- Computer Tomography - From Photon Statistics t
- Handbook of Computational Statistics
- 1000W的WPA无线密码破解字典,是最新的
- AppliedStatisticsandProbabilityforEngineers5th
评论
共有 条评论