我正在使用file_get_contents
在主题开发中(在主题的小部件中)。然而,主题检查插件给了我以下警告:
WARNING: file_get_contents was found in the file file.php possible file operations.
Line 49: $data = file_get_contents ( \'http://example.com\');
Line 62: $count= file_get_contents ( $cfile );
我的问题是,如果主题中不允许使用,是否可以使用此功能的任何替代方案?谢谢