In the "Internal (built-in) functions" I changed mysql_connect to mysqli_connect

-- 
Provided by anonymous 90612 (bounya9mehdi@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344927 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-05-02 22:04:49 +00:00
parent bc4fedde59
commit c72fae7864

View file

@ -1282,8 +1282,8 @@ $func(); // prints "bar" as of PHP 7.0.0; prior, it raised a fatal error
<link linkend="ref.image">image</link> functions such as
<function>imagecreatetruecolor</function>, PHP must be compiled with
<productname>GD</productname> support. Or, to use
<function>mysql_connect</function>, PHP must be compiled with
<link linkend="ref.mysql">MySQL</link> support. There are many core functions
<function>mysqli_connect</function>, PHP must be compiled with
<link linkend="book.mysqli">MySQLi</link> support. There are many core functions
that are included in every version of PHP, such as the
<link linkend="ref.strings">string</link> and
<link linkend="ref.var">variable</link> functions. A call