This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

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

Comments

1 comment

  • Avatar
    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
    Comment actions Permalink

Post is closed for comments.