Searched refs:mysql_get_host_info (Results 1 – 8 of 8) sorted by relevance
2 mysql_get_host_info()12 if (NULL !== ($tmp = @mysql_get_host_info(NULL)))16 if (!is_string($info = mysql_get_host_info($link)) || ('' === $info))19 $def_info = mysql_get_host_info();33 if (!is_null($tmp = @mysql_get_host_info($link, "too many arguments"))) {
76 mysql_get_host_info
221 mysql_get_host_info
101 PHP_FUNCTION(mysql_get_host_info);
290 PHP_FE(mysql_get_host_info, arginfo__optional_mysql_link)1175 PHP_FUNCTION(mysql_get_host_info) argument1192 RETURN_STRING((char *)mysql_get_host_info(mysql->conn),1);
119 #define mysql_get_host_info(r) mysqlnd_get_host_info((r)) macro
245 MYSQLI_MAP_PROPERTY_FUNC_STRING(link_host_info_read, mysql_get_host_info, MYSQLI_GET_MYSQL(MYSQLI_S… in MYSQLI_MAP_PROPERTY_FUNC_STRING()
434 ZVAL_STRING(return_value, (char *)mysql_get_host_info(H->server), 1);
Completed in 24 milliseconds