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.
有人知道为什么 php 函数“metaphone”在 Windows 上的运行速度比 Linux 慢 20 倍左右吗?我用循环基准测试,结果是:Linux php5 为 0.123 秒,windows php7 为 1.892 秒
数学运算几乎相等。
类似的问题strtoupper和strtolower两者在 Windows 和 linux 上都慢 3-4 倍。
strtoupper
strtolower