CaMykS  1.0-20231201
Functions
http.php.inc File Reference

Functions

 http_getResponseCodeList ()
 HTTP specific methods. More...
 
 http_getContents ($params=array())
 
 http_getContentsUsingPHP ($params=array())
 
 http_getContentsUsingCURL ($params=array())
 

Function Documentation

◆ http_getResponseCodeList()

http_getResponseCodeList ( )

HTTP specific methods.

Engine / Tool Library

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.4.2
Date
Creation: Jul 2017
Modification: Feb 2022
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Return HTTP response code list.
Returns
array

◆ http_getContents()

http_getContents (   $params = array())

Return contents over HTTP.

Parameters
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
Returns
string

◆ http_getContentsUsingPHP()

http_getContentsUsingPHP (   $params = array())

Return contents over HTTP using php functions.

Parameters
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
Returns
false on failure, string on success

◆ http_getContentsUsingCURL()

http_getContentsUsingCURL (   $params = array())

Return contents over HTTP using CURL functions.

Parameters
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
Returns
false on failure, string on success