| PHP » GoLang | login |
            register |
            
            about | 
| GoLang mysqli::$protocol_version
                                request it (755)
                            GoLang replacement for PHP's mysqli::$protocol_version
                            [edit | history] 
                             mysqli::$protocol_versionmysqli_get_proto_info(PHP 5, PHP 7) mysqli::$protocol_version -- mysqli_get_proto_info — Returns the version of the MySQL protocol used DescriptionObject oriented style string $mysqli->protocol_version; Procedural style 
   Returns an integer representing the MySQL protocol version used by the
   connection represented by the  Parameters
 
 Return ValuesReturns an integer representing the protocol version. ExamplesExample #1 $mysqli->protocol_version example Object oriented style 
<?phpProcedural style 
<?phpThe above examples will output: Protocol version: 10 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |