mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Only two lines are allowed here.
This commit is contained in:
parent
31c8104dc6
commit
0c450fa966
@ -1,4 +1,4 @@
|
||||
/*
|
||||
3/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP version 4.0 |
|
||||
+----------------------------------------------------------------------+
|
||||
@ -714,8 +714,7 @@ PHP_FUNCTION(mysql_get_client_info)
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string mysql_get_host_info([int link_identifier])
|
||||
Returns a string describing the type of connection in use, including the
|
||||
server host name */
|
||||
Returns a string describing the type of connection in use, including the server host name */
|
||||
PHP_FUNCTION(mysql_get_host_info)
|
||||
{
|
||||
zval **mysql_link;
|
||||
|
Loading…
Reference in New Issue
Block a user