Functions:fetch
From Dwoo Docs
Reads a file
fetch(string $file, [ string $assign = null ])
- file : path or URI of the file to read (however reading from another website is not recommended for performance reasons)
- assign : if set, the file will be saved in this variable instead of being output




