Documentation

HandlerInterface
in

HTTP client handler 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
5.2.0

Table of Contents

Methods

disconnect()  : void
Close the handler connection
getResource()  : mixed
Get the resource
hasResource()  : bool
Determine whether or not resource is available
reset()  : HandlerInterface
Method to reset the handler
resource()  : mixed
Get the resource (alias method)
send()  : mixed
Method to send the request

Methods

hasResource()

Determine whether or not resource is available

public hasResource() : bool
Return values
bool

        
On this page

Search results