T Tom Christian Active member Nov 9, 2014 #1 Does XenForo have a built in function to perform URL queries using fget / file_get_contents() ?
Aayush Well-known member Nov 9, 2014 #2 I don't think XenForo specifically has something like that but Zend Framework has a class called "Zend_Http_Client" which you can use to achieve the same thing. As XenForo is built on Zend framework, you can easily use that class.
I don't think XenForo specifically has something like that but Zend Framework has a class called "Zend_Http_Client" which you can use to achieve the same thing. As XenForo is built on Zend framework, you can easily use that class.
Aayush Well-known member Nov 9, 2014 #3 I haven't really benchmarked it but I have read that Zend_Http_Client_Adapter_Curl performs faster.