Warning: This class has been deprecated. Use WP_HTTP::request instead.

WP_HTTP_Fsockopen WordPress Class

This class is used to connect to a remote server using the fsockopen() function. It provides an easy way to connect to a remote server and make HTTP requests.

WP_HTTP_Fsockopen #

Deprecated HTTP Transport method which used fsockopen.


Description

This class is not used, and is included for backward compatibility only. All code should make use of WP_Http directly through its API.

Top ↑

See also


Top ↑

Source

File: wp-includes/class-wp-http-streams.php

class WP_HTTP_Fsockopen extends WP_Http_Streams {
	// For backward compatibility for users who are using the class directly.
}


Top ↑

Changelog

Changelog
VersionDescription
3.7.0Please use WP_HTTP::request() directly
2.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.