Overview

Namespaces

  • Composer
    • Autoload
  • Guzzle
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • QueryAggregator
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Mock
    • Stream
  • Mockery
    • Adapter
      • Phpunit
    • CountValidator
    • Exception
    • Generator
      • StringManipulation
        • Pass
    • Loader
    • Matcher
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • Fatzebra
      • Message
  • PHP
  • Symfony
    • Component
      • EventDispatcher
        • Debug
        • DependencyInjection
        • Tests
          • Debug
          • DependencyInjection
      • HttpFoundation
        • File
          • Exception
          • MimeType
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
        • Tests
          • File
            • MimeType
          • Session
            • Attribute
            • Flash
            • Storage
              • Handler
              • Proxy
      • Yaml
        • Exception
        • Tests

Classes

  • Dumper
  • Escaper
  • Inline
  • Parser
  • Unescaper
  • Yaml
  • Overview
  • Namespace
  • Class
  • Tree

Class Unescaper

Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.

Namespace: Symfony\Component\Yaml
Author: Matthew Lewinski matthew@lewinski.org
Located at Unescaper.php
Methods summary
public string
# unescapeSingleQuotedString( string $value )

Unescapes a single quoted string.

Unescapes a single quoted string.

Parameters

$value
A single quoted string.

Returns

string
The unescaped string.
public string
# unescapeDoubleQuotedString( string $value )

Unescapes a double quoted string.

Unescapes a double quoted string.

Parameters

$value
A double quoted string.

Returns

string
The unescaped string.
public string
# unescapeCharacter( string $value )

Unescapes a character that was found in a double-quoted string.

Unescapes a character that was found in a double-quoted string.

Parameters

$value
An escaped character

Returns

string
The unescaped character
Constants summary
string ENCODING
# 'UTF-8'
string REGEX_ESCAPED_CHARACTER
# "\\\\([0abt\tnvfre \\\"\\/\\\\N_LP]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})"
Omnipay Fat Zebra / Paystream Gateway Module API Documentation API documentation generated by ApiGen