From 49e5833d21970fe7ea896404452226c0ffa2f7b8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Nov 2009 23:00:18 +0000 Subject: [PATCH] Document mysqli_warning (bug #49298) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290722 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/book.xml | 1 + reference/mysqli/mysqli/get-warnings.xml | 4 +- reference/mysqli/mysqli_warning.xml | 108 ++++++++++++++++++ reference/mysqli/mysqli_warning/construct.xml | 58 ++++++++++ reference/mysqli/mysqli_warning/next.xml | 58 ++++++++++ 5 files changed, 227 insertions(+), 2 deletions(-) create mode 100644 reference/mysqli/mysqli_warning.xml create mode 100644 reference/mysqli/mysqli_warning/construct.xml create mode 100644 reference/mysqli/mysqli_warning/next.xml diff --git a/reference/mysqli/book.xml b/reference/mysqli/book.xml index 127532774e..d6c0e5f818 100644 --- a/reference/mysqli/book.xml +++ b/reference/mysqli/book.xml @@ -60,6 +60,7 @@ &reference.mysqli.mysqli-stmt; &reference.mysqli.mysqli-result; &reference.mysqli.mysqli-driver; + &reference.mysqli.mysqli-warning; &reference.mysqli.reference; diff --git a/reference/mysqli/mysqli/get-warnings.xml b/reference/mysqli/mysqli/get-warnings.xml index c2941d9d7b..ff2a768110 100644 --- a/reference/mysqli/mysqli/get-warnings.xml +++ b/reference/mysqli/mysqli/get-warnings.xml @@ -10,12 +10,12 @@ &reftitle.description; - objectmysqli::get_warnings + mysqli_warningsmysqli::get_warnings - objectmysqli_get_warnings + mysqli_warningsmysqli_get_warnings mysqlilink diff --git a/reference/mysqli/mysqli_warning.xml b/reference/mysqli/mysqli_warning.xml new file mode 100644 index 0000000000..da611d71e2 --- /dev/null +++ b/reference/mysqli/mysqli_warning.xml @@ -0,0 +1,108 @@ + + + + The MySQLi_Warning class + MySQLi_Warning + + + + +
+ &reftitle.intro; + + Represents a MySQL warning. + +
+ + +
+ &reftitle.classsynopsis; + + + + mysqli_warning + + + + + mysqli_warning + + + + Properties + + public + message + + + public + sqlstate + + + public + errno + + + + Methods + + + + +
+ + + +
+ &reftitle.properties; + + + message + + Message string + + + + sqlstate + + SQL state + + + + errno + + Error number + + + +
+ + + +
+ + &reference.mysqli.entities.mysqli-warning; + +
+ + + diff --git a/reference/mysqli/mysqli_warning/construct.xml b/reference/mysqli/mysqli_warning/construct.xml new file mode 100644 index 0000000000..780c79804e --- /dev/null +++ b/reference/mysqli/mysqli_warning/construct.xml @@ -0,0 +1,58 @@ + + + + + + mysqli_warning::__construct + The __construct purpose + + + + &reftitle.description; + + mysqli_warning::__construct + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/mysqli/mysqli_warning/next.xml b/reference/mysqli/mysqli_warning/next.xml new file mode 100644 index 0000000000..f77684bcdb --- /dev/null +++ b/reference/mysqli/mysqli_warning/next.xml @@ -0,0 +1,58 @@ + + + + + + mysqli_warning::next + The next purpose + + + + &reftitle.description; + + public voidmysqli_warning::next + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + +