Connection
class Connection
Forwards serialized Data clones to a server.
Methods
| __construct(string $host, array $contextProviders = array()) | ||
| array | getContextProviders() | |
| bool | write(Data $data) |
Details
__construct(string $host, array $contextProviders = array())
Parameters
| string | $host | The server host |
| array | $contextProviders | Context providers indexed by context name |
array getContextProviders()
Return Value
| array |
bool write(Data $data)
Parameters
| Data | $data |
Return Value
| bool |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/VarDumper/Server/Connection.html