Documentation

HttpInterface
in

Http base interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.0.0

Table of Contents

Methods

createClient()  : HttpInterface
Create client
getClient()  : mixed
Get client
hasClient()  : bool
Has client
parseOptions()  : array<string|int, mixed>
Parse options
setClient()  : HttpInterface
Set client

Methods

hasClient()

Has client

public hasClient() : bool
Return values
bool

parseOptions()

Parse options

public parseOptions(array<string|int, mixed>|string $options) : array<string|int, mixed>
Parameters
$options : array<string|int, mixed>|string
Tags
throws
Exception
Return values
array<string|int, mixed>

        
On this page

Search results