Starts the list before the elements are added.
Walker_Comment::end_lvl
Ends the list of items after the elements are added.
WP_Http::post
Uses the POST HTTP method.
WP_Http::get
Uses the GET HTTP method.
Advertisement
WP_Http::head
Uses the HEAD HTTP method.
WP_Http::processResponse
Parses the responses and splits the parts into headers and body.
WP_Http::processHeaders
Transforms header string into an array.
WP_Http::chunkTransferDecode
Decodes chunk transfer-encoding, based off the HTTP 1.1 specification.
Advertisement
WP_Http::request
Send an HTTP request to a URI.
WP_Filesystem_SSH2::atime
Gets the file’s last access time.
WP_Filesystem_SSH2::mtime
Gets the file modification time.
WP_Filesystem_SSH2::size
Gets the file size (in bytes).
Advertisement
WP_Filesystem_SSH2::touch
Sets the access and modification times of a file.
WP_Filesystem_SSH2::mkdir
Creates a directory.
WP_Filesystem_SSH2::rmdir
Deletes a directory.