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 解析位字段:584392900608
584392900608
这个数字是在 Rails 中创建的,带有 FlagShihTzu 扩展。我尝试了几个 PHP 类,但我无法破译它们。
也许Bitfield.php会有所帮助?它对我有用。