From 94c2782c41167c10f2f192071bc1944fd48e15ac Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 3 Sep 2015 02:52:40 +0000 Subject: [PATCH] Added a mysqli_connect() example, now all old user comments here can be deleted git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337725 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-connect.xml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/reference/mysqli/functions/mysqli-connect.xml b/reference/mysqli/functions/mysqli-connect.xml index 7990e2b3dd..087a1ae51c 100644 --- a/reference/mysqli/functions/mysqli-connect.xml +++ b/reference/mysqli/functions/mysqli-connect.xml @@ -11,8 +11,45 @@ &info.function.alias; mysqli::__construct + + Although the mysqli::__construct documentation also includes + procedural examples that use the mysqli_connect function, here + is a short example: + + + &reftitle.examples; + + <function>mysqli_connect</function> example + + +]]> + + &examples.outputs; + + + + +