mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bc4fedde59
commit
c72fae7864
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue