Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-includes
/
Requests
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php interface Requests_Transport { public function request($url, $headers = array(), $data = array(), $options = array()); public function request_multiple($requests, $options); public static function test(); }