What are the differences between die()
and exit()
functions in PHP?
I think both have the same functionality, but I doubt there is something different in both... what is it?
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment