Tag: php

Chinese PHP vulnerable CVE-2024–2961

He will share his findings at the talk https://www.offensivecon.org/speakers/2024/charles-fol.html Continue reading on Medium » He will share his findings at the talk https://www.offensivecon.org/speakers/2024/charles-fol.htmlContinue reading on Medium » Read More PHP…

PHP取得毫秒時間戳

由於串接第三方支付API遇到需要帶單位毫秒的時間戳 然而一般直覺會想到使用time() 不過很可惜得到的值單位是秒 那要怎麼取得呢 請見底下範例: Continue reading on Medium » 由於串接第三方支付API遇到需要帶單位毫秒的時間戳 然而一般直覺會想到使用time() 不過很可惜得到的值單位是秒 那要怎麼取得呢 請見底下範例:Continue reading on Medium » Read More PHP on Medium #php #web