我在 Wordpress DB 中运行了这个查询,发现预订日期是以某种编码方式存储的。
SELECT post_id, meta_id, post_title, meta_key, meta_value FROM a40443635734677.wp_7n2ncdd4yn_postmeta, a40443635734677.wp_7n2ncdd4yn_posts where post_id = ID and post_type = 'estate_property' and meta_key in ('property_price', 'cancellation', 'booking_dates', 'prop_featured', 'min_days_booking ') and meta_key = 'booking_dates' and post_id = 248 order by post_id; 输出:a:2:{i:1600646400;i:374;i:1600732800;i:374;}
从 UI 显示,预订日期为 2020 年 9 月 21 日至 2020 年 9 月 23 日。
如何将 DB (a:2:{i:1600646400;i:374;i:1600732800;i:374;}) 中的数据解码到这些日期?