PhpStringTokenParser

class PhpStringTokenParser Methods static string parse(string $str) Parses a string token. static string parseEscapeSequences(string $str, null|string $quote) Parses escape sequences in strings (all string types apart from single quoted). static string parseDocString(string $startToken, string $str) Parses a constant doc string. Details static string parse(string $str) Parses a string token. Parameters string $str String token content

BaseNode::merge()

final mixed merge(mixed $leftSide, mixed $rightSide) Merges two values together. Parameters mixed $leftSide mixed $rightSide Return Value mixed The merged values Exceptions ForbiddenOverwriteException

HttpCache::getTraces()

array getTraces() Returns an array of events that took place during processing of the last request. Return Value array An array of events

FormFactoryBuilder::addTypeExtension()

FormFactoryBuilderInterface addTypeExtension(FormTypeExtensionInterface $typeExtension) Adds a form type extension to the factory. Parameters FormTypeExtensionInterface $typeExtension The form type extension. Return Value FormFactoryBuilderInterface The builder.

GetResponseEvent::hasResponse()

bool hasResponse() Returns whether a response was set. Return Value bool Whether a response was set

TimeDataCollector::getDuration()

float getDuration() Gets the request elapsed time. Return Value float The elapsed time

ServerParams::getContentLength()

mixed getContentLength() Returns the content length of the request. Return Value mixed The request content length

Client::getMaxRedirects()

int getMaxRedirects() Returns the maximum number of requests that crawler can follow. Return Value int

Compiler::repr()

Compiler repr(mixed $value) Returns a PHP representation of a given value. Parameters mixed $value The value to convert Return Value Compiler The current compiler instance

SvnRepository::getPath()

string getPath() Returns the path to the repository. Return Value string The path to the repository