TooManyRequestsHttpException

class TooManyRequestsHttpException extends HttpException TooManyRequestsHttpException. Methods __construct(int|string $retryAfter = null, $message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct(int|string $retryAfter = null, $message = null, Exception $previous = null, $code) Const

Ldap::escape()

string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string

Table::render()

render() Renders table to output. Example: +---------------+-----------------------+------------------+ | ISBN | Title | Author | +---------------+-----------------------+------------------+ | 99921-58-10-7 | Divine Comedy | Dante Alighieri | | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens | | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien | +---------------+-----------------------+------------------+

DnsMock::dns_get_record()

static dns_get_record($hostname, $type = DNS_ANY, $authns = null, $addtl = null, $raw = false) Parameters $hostname $type $authns $addtl $raw

Application::getHelp()

string getHelp() Gets the help message. Return Value string A help message

Entry::getAttributes()

array getAttributes() Returns the complete list of attributes. Return Value array

ArrayNode

class ArrayNode extends Node Properties $nodes from Node $attributes from Node Methods __construct() Constructor. __toString() from Node compile(Compiler $compiler) Compiles the node to PHP. evaluate($functions, $values) addElement(Node $value, Node $key = null) Details __construct() Constructor. __toString() compile(Compiler $compiler)

OptionsResolver::offsetExists()

bool offsetExists(string $option) Returns whether a resolved option with the given name exists. Parameters string $option The option name Return Value bool Whether the option is set Exceptions AccessException If accessing this method outside of {@link resolve()} See also \ArrayAccess::offsetExists()

ContainerAwareEventDispatcher::hasListeners()

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners. Parameters string $eventName The name of the event Return Value bool true if the specified event has any listeners, false otherwise

DescriptorHelper::register()

DescriptorHelper register(string $format, DescriptorInterface $descriptor) Registers a descriptor. Parameters string $format DescriptorInterface $descriptor Return Value DescriptorHelper