Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想计算成员每天发布的帖子数量(例如“每天 46% 的帖子”)。我怎样才能做到这一点?
关于什么,
$postsPerDay = $totalPosts / $daysSinceRegistration;