Hi, Im Wayne.
I'm subscribing messages with "pull" method in PHP.
I'm wondering if I could get messages in order in PHP (messages are published in order)
I found that PHP has no API with ordered subscription but it seems like I subscribe messages in order with pull method automatically without any ordering codes.
Thanks.
You can read how you can order messages on pubsub on the next documentation, which describes how you can enable messages ordering.