Skip to main content

how to read secure url from the response object after uploading in php

Comments

1 comment

  • Tamara Yulevich

    Hi Nancy, 

    ApiResponse that returns in our PHP SDK is an extension of Arrayobject - thus every method that works on Arrayobject will work on the response. The method you're looking for is `OffsetGet` which returns values at the specified index.
    You can read more about OffsetGet Here.

    Kind regards, 

    Tamara

    0

Post is closed for comments.