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.
拡張子が .log のファイルがあります。このコードを使用して、日付をバイトに変換し、ファイルに書き込みます。
System.Buffer.BlockCopy(BitConverter.GetBytes(this.EventDate), 0, data, 0, 8);
PHP を使用してバイトから日付を取得する必要があります。