Qiita Trends
@qiita
3
subscribers
4.44K
links
Unofficial qiita trend channel
source code:
https://github.com/vbalien/qiita-trend-channel
Download Telegram
Join
Qiita Trends
3 subscribers
Qiita Trends
【
PHP8
.1】new DateTimeZone()が170倍速くなったよ
LGTM: 14
#PHP
#日本語訳
#PHP8
#php8
.1
Link:
https://qiita.com/rana_kualu/items/5fb8c9f254ae37591646
Qiita
【
PHP8
.1】new DateTimeZone()が170倍速くなったよ - Qiita
PHP8
.1では、DateTimeZoneのインスタンス生成が少しばかり高速化しました。
$t1 = microtime(true);
for ($i=1; $i<1000000; $i++) {
$dummy = n...
この記事を読む