search
HomePHP LibrariesOther librariesThinkPHP-Http tool class
ThinkPHP-Http tool classThinkPHP Http tool class (used for remote collection and remote download), Collect remote files, Use fsockopen to directly access (collect) remote files through HTTP protocol , If the host or server does not enable the CURL extension, consider using it. You can specify the file name displayed for downloading and automatically send the corresponding Header information.
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

What are some very useful class libraries or tool libraries for PHP?What are some very useful class libraries or tool libraries for PHP?

06Jul2016

What are some very useful class libraries or tool libraries for PHP?

Related content about thinkphp base classRelated content about thinkphp base class

15Jun2018

ThinkPHP base class library The class library is the core part of ThinkPHP, and ThinkPHP manages all system class libraries together through the concept of base class library. The core base class library includes basic classes and common tool classes necessary to complete the universal development of the framework. The base class library is located in the Lib/Think directory under the ThinkPHP system directory and consists of the following parts: Core: core class library package Db: database class library package Exception: exception handling class library package Template

ThinkPHP sample code for simply calling functions and class library methodsThinkPHP sample code for simply calling functions and class library methods

24Mar2017

This article mainly introduces how thinkPHP simply calls functions and class libraries. It briefly describes the file location of thinkPHP's public function library and analyzes the calling method of the class library with examples. Friends who need it can refer to it.

A detailed introduction to JS tool class, how to operate cookiesA detailed introduction to JS tool class, how to operate cookies

25Jul2018

What are the JS tool operations? The following introduces the complete code and implementation principle of operating the Cookie tool class. Rewrite the Cookie tool class, which can be introduced in edit.jsp and used directly in other imported js.

Complete example of Map collection tool class implemented in Javascript_javascript skillsComplete example of Map collection tool class implemented in Javascript_javascript skills

16May2016

This article mainly introduces the Map collection tool class implemented by Javascript, and analyzes the construction, search, deletion, judgment and other related techniques of JavaScript implemented map collection in the form of a complete example. Friends in need can refer to the following

PHP implements a tool class that can accurately verify ID numberPHP implements a tool class that can accurately verify ID number

31May2018

This article mainly introduces the PHP tool class that can accurately verify the ID number, involving PHP's interception, calculation, judgment and other related operation skills for strings, and also explains the principle of the ID number. Friends who need it can refer to it.

See all articles