PHP

PHP Already Have My Function Listed Here

I’ve written a function to fetch a file from remote server and store it into a string here: http://dev.sandalian.com/baca/4/get-content-of-url-into-string-variable.htm. Then today I realized that PHP already have that function! ๐Ÿ˜€

The function is called get_file_contents(). So, my function is officially deprecated now ๐Ÿ˜€

Leave a Reply