Saturday 21 December 2019

syntax - What does '




$a=1;

?>




What does mean exactly?


Answer



It's a shorthand for .



It's enabled by default since 5.4 regardless of php.ini settings.


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...