Overview

Namespaces

  • Ingenico
    • Connect
      • Sdk
        • Domain
          • Capture
            • Definitions
          • Definitions
          • Dispute
            • Definitions
          • Errors
            • Definitions
          • File
            • Definitions
          • Hostedcheckout
            • Definitions
          • Hostedmandatemanagement
            • Definitions
          • Installments
            • Definitions
          • Mandates
            • Definitions
          • MetaData
          • Payment
            • Definitions
          • Payout
            • Definitions
          • Product
            • Definitions
          • Refund
            • Definitions
          • Riskassessments
            • Definitions
          • Services
            • Definitions
          • Sessions
            • Definitions
          • Token
            • Definitions
          • Webhooks
        • Merchant
          • Disputes
          • Payments
          • Payouts
          • Productgroups
          • Products
          • Refunds
          • Services
          • Tokens
        • Webhooks

Classes

  • BodyHandler
  • BodyObfuscator
  • CallContext
  • Client
  • Communicator
  • CommunicatorConfiguration
  • CommunicatorLoggerHelper
  • DataObject
  • DefaultConnection
  • DefaultConnectionResponse
  • HeaderObfuscator
  • HttpHeaderHelper
  • HttpObfuscator
  • Merchant
  • MultipartDataObject
  • MultipartFormDataObject
  • ProxyConfiguration
  • RequestHeaderGenerator
  • RequestObject
  • Resource
  • ResourceLogger
  • ResponseBuilder
  • ResponseClassMap
  • ResponseExceptionFactory
  • ResponseFactory
  • ResponseHeaderBuilder
  • SplFileObjectLogger
  • UploadableFile
  • UuidGenerator
  • ValueObfuscator

Interfaces

  • CommunicatorLogger
  • Connection
  • ConnectionResponse

Exceptions

  • ApiException
  • AuthorizationException
  • DeclinedPaymentException
  • DeclinedPayoutException
  • DeclinedRefundException
  • GlobalCollectException
  • IdempotenceException
  • InvalidResponseException
  • ReferenceException
  • ResponseException
  • ValidationException
  • Overview
  • Namespace
  • Class
  • Deprecated

Class HttpHeaderHelper

Class HttpHeaderHelper

Namespace: Ingenico\Connect\Sdk
Package: Ingenico\Connect\Sdk
Located at Ingenico/Connect/Sdk/HttpHeaderHelper.php
Methods summary
public array
# parseRawHeaders( array $rawHeaders )

Parses a raw array of HTTP headers into an associative array with the same structure as the output of the get_headers method using the $format = 1 parameter

Parses a raw array of HTTP headers into an associative array with the same structure as the output of the get_headers method using the $format = 1 parameter

Parameters

$rawHeaders

Returns

array
public string[]
# generateRawHeaders( array $headers )

Generates an array of raw headers from an associative array of headers with the same structure as the output of the get_headers method using the $format = 1 parameter

Generates an array of raw headers from an associative array of headers with the same structure as the output of the get_headers method using the $format = 1 parameter

Parameters

$headers

Returns

string[]
Ingenico Connect PHP SDK API documentation generated by ApiGen