Home
last modified time | relevance | path

Searched refs:data_buffer (Results 1 – 1 of 1) sorted by relevance

/plugin/xcom/scripts/
H A Dxcom_save.php17 private $data_buffer; variable in xcom_save
109 $this->data_buffer = "";
111 if($this->data_buffer) {
112 if(is_array($this->data_buffer)) {
113 echo print_r($this->data_buffer,true);
116 … echo "$mfile " . $this->msg('fsize',true,"") . " " . strlen($this->data_buffer) ."\n";
133 $this->data_buffer = "";
135 if(is_array($this->data_buffer)) {
136 echo print_r($this->data_buffer,true);
181 $this->data_buffer = $client->getResponse();
[all …]