Latest JAS v1.1.0
144 plugins online

Code / Protocol_HTTP / setVar

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

Description...

Arguments

key
Argument
value = false
Argument

Return values

Boolean
Returns

Examples

Protocol_HTTP SetVar method example
PHP
<?
  $protocol_http->setVar($key, $value = false);  //Call Protocol_HTTP::setVar method
?>

Comments (0)