mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fixed procedural style example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3e6f86b5bd
commit
8cbebe305b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
<?php
|
||||
$db = mysqli_init();
|
||||
mysqli_real_connect($db, "localhost","root","","test");
|
||||
var_dump($db->get_charset());
|
||||
var_dump(mysqli_get_charset($db));
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue