Latest JAS v1.1.0
144 plugins online

Code / Protocol_HTTP / _responseSetVar

Protocol_HTTP :: _responseSetVar
Method
include/protocol/http.php

Description...

Arguments

var (reference)
Argument
key
Argument
value
Argument

Return values

Boolean
Returns

Examples

Protocol_HTTP _responseSetVar method example
PHP
<?
  $protocol_http->_responseSetVar(&$var, $key, $value);  //Call Protocol_HTTP::_responseSetVar method
?>

Comments (0)