|
CaMykS
1.0-20250801
|
Functions | |
| http_getResponseCodeList () | |
| HTTP specific methods. More... | |
| http_getContents ($params=array()) | |
| http_getContentsUsingPHP ($params=array()) | |
| http_getContentsUsingCURL ($params=array()) | |
| http_getResponseCodeList | ( | ) |
HTTP specific methods.
Engine / Tool Library
| http_getContents | ( | $params = array() | ) |
Return contents over HTTP.
| array | $params | - Available parameters are string url string engine - php / curl string method - GET / POST mixed values boolean SSL_VerifyPeer string user_agent string referer integer timeout mixed headers array ssl |
| http_getContentsUsingPHP | ( | $params = array() | ) |
Return contents over HTTP using php functions.
| array | $params | - Available parameters are string url string method - GET / POST mixed values boolean SSLVerifyPeer string user_agent string referer integer timeout mixed headers array ssl |
| http_getContentsUsingCURL | ( | $params = array() | ) |
Return contents over HTTP using CURL functions.
| array | $params | - Available parameters are string url string method - GET / POST mixed values boolean SSL_VerifyPeer string user_agent string referer integer timeout mixed headers array ssl |