Changeset 1319787
- Timestamp:
- 01/02/2016 06:19:40 AM (10 years ago)
- File:
-
- 1 edited
-
thunder-port/trunk/simple_html_dom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thunder-port/trunk/simple_html_dom.php
r1319785 r1319787 89 89 // For sourceforge users: uncomment the next line and comment the retreive_url_contents line 2 lines down if it is not already done. 90 90 // $contents = file_get_contents($url, $use_include_path, $context, $offset); 91 $contents = file_get_contents_curl($url);91 $contents = str_get_html(file_get_contents_curl($url)); 92 92 // $contents = wp_remote_get($url); 93 93 // $contents = wp_remote_retrieve_body( $contents );
Note: See TracChangeset
for help on using the changeset viewer.