data_encode() data_encode( $data, $keyprefix = "", $keypostfix = "") : array Encode the HTTP data. Parameters $data $keyprefix $keypostfix Returns array
post() post( $url, $data) : mixed Send data through HTTP POST. Parameters $url The target URL. $data The POST data. Returns mixed — The response from Server.
get() get( $url) : mixed Send data through HTTP GET. Parameters $url The target URL. Returns mixed — The response from Server.