I'm getting some images throughout file_get_contents function and I receive image links in the following format:
https:\/\/assets.domain.com\/uploads\/image\/file\/104572\/container_simple-104572.JPG
I've been trying with stripslash function but do not work, the output is the same. Even I have tried with str_replace('\\','/',$string) and nothing change.
What am I doing wrong?