You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
Q2) The documentation said Pass a boolean true as optional third parameter to return an Intervention Image object instead of a image stream.. What does that mean? If I set true as the third parameter, I don't see any changes when viewing the images from my browser, so I don't understand what does it mean by "to return an Intervention Image object instead of a image stream".
Can someone clarify these for me please?
The text was updated successfully, but these errors were encountered:
Q1) 5 minutes
Q2) if true, it returns a instance of a image class that you can call methods and such. If false you get the stream with the image content directly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Q1) If I use the
imagecache
, what is the default cache lifetime if no lifetime is mentioned as second parameter like the below code:Q2) The documentation said
Pass a boolean true as optional third parameter to return an Intervention Image object instead of a image stream.
. What does that mean? If I set true as the third parameter, I don't see any changes when viewing the images from my browser, so I don't understand what does it mean by "to return an Intervention Image object instead of a image stream".Can someone clarify these for me please?
The text was updated successfully, but these errors were encountered: