page title image
Öztanksan

Camión cisterna

Camión cisterna

Camión cisterna

El grupo de camiones cisterna tiene un volumen de combustible de 3000L y 26000L y ofrece soluciones adecuadas para su negocio con varias opciones de capacidad de acuerdo con los estándares de producción.

volume icons
Volumen

3000L – 26000L

ruler icons
Talla

Anchura 2500 Max. Altura 3500 Max.

quality icons
Estándares de producción

EN 13094 / ADR / SE

connect icons
Numero de compartimentos

1 – 5

raw icons
Opciones de material

Acero al carbono – Acero inoxidable – Aluminio

spray icons
Tipo de pintura

Epoxy – Acrílico – Poliuretano

WARNING » mysqli::__construct(): (HY000/2002): Only one usage of each socket address (protocol/network address/port) is normally permitted.

     C:\inetpub\vhosts\oztanksan.com.tr\httpdocs\Internal\package-database\MySQLi\DB.php
        

138.             {
139.                 $this->connect = new MySQLi;
140. 
141.                 $this->connect->options(MYSQLI_OPT_SSL_VERIFY_SERVER_CERTtrue);
142.                 $this->connect->ssl_set($ssl['key'] ?? NULL$ssl['cert'] ?? NULL$ssl['ca'] ?? NULL$ssl['capath'] ?? NULL$ssl['cipher'] ?? NULL);      
143.                 $this->connect->real_connect($host$user$pass$db$portNULLMYSQLI_CLIENT_SSL);
144.             }  
145.             else
146.             {
147. 
                
$this->connect = new MySQLi($host$user$pass$db$port); 148.             } 149.         } 150.         catch( Exception $e ) 151.         { 152.             throw new ConnectionErrorException; 153.         } 154.  155.         if( ! empty($this->config['charset']  ) ) $this->query("SET NAMES '".$this->config['charset']."'");   156.         if( ! empty($this->config['charset']  ) ) $this->query('SET CHARACTER SET '.$this->config['charset']);   157.         if( ! empty($this->config['collation']) ) $this->query('SET COLLATION_CONNECTION = "'.$this->config['collation'].'"');