|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-10-10 09:37 UTC] georg@php.net
[2005-10-10 17:49 UTC] jarnix at jarnix dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
Description: ------------ set_charset method is undefined Reproduce code: --------------- $mysqli = new mysqli("localhost", "root", "", "mysql"); $mysqli->set_charset("utf8"); Expected result: ---------------- <nothing> Actual result: -------------- Fatal error: Call to undefined method mysqli::set_charset() (...) on line 2