Hacker News new | ask | show | jobs
by camus 4905 days ago
file_get_contents is an interesting one , it creates variables out of thin air ( though i think the scope stays "local") when called from a function.
1 comments

file_get_contents only returns the content of the given file; you must be speaking about something else