Monday 23 December 2019

In php what is the purpose of an stdClass, is it created instead of a constructor

I am sorry if this is a stupid question, I am new to programming and am struggling with this.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...