Is there any way to get the binary representation of a floating point number in PHP? Something like Java\'s Double.doubleToRawLongBits().
Given a positive floating p
This isn't a full answer, but the only way I know of to put a float into binary is with pack()