PHP Manual
Function Reference
Database Extensions
Vendor Specific Database Extensions
MySQL
Mysql_xdevapi
Introduction
Installing/Configuring
Predefined Constants
Changelog
Examples
Mysql_xdevapi Functions
mysql_xdevapi\BaseResult
mysql_xdevapi\Client
mysql_xdevapi\Collection
mysql_xdevapi\CollectionAdd
mysql_xdevapi\CollectionFind
mysql_xdevapi\CollectionModify
mysql_xdevapi\CollectionRemove
mysql_xdevapi\ColumnResult
mysql_xdevapi\CrudOperationBindable
mysql_xdevapi\CrudOperationLimitable
mysql_xdevapi\CrudOperationSkippable
mysql_xdevapi\CrudOperationSortable
mysql_xdevapi\DatabaseObject
mysql_xdevapi\DocResult
mysql_xdevapi\Exception
mysql_xdevapi\Executable
mysql_xdevapi\ExecutionStatus
mysql_xdevapi\Expression
mysql_xdevapi\Result
mysql_xdevapi\RowResult
mysql_xdevapi\Schema
mysql_xdevapi\SchemaObject
mysql_xdevapi\Session
mysql_xdevapi\SqlStatement
mysql_xdevapi\SqlStatementResult
mysql_xdevapi\Statement
mysql_xdevapi\Table
mysql_xdevapi\TableDelete
mysql_xdevapi\TableInsert
mysql_xdevapi\TableSelect
mysql_xdevapi\TableUpdate
mysql_xdevapi\Warning
TableUpdate::where
Warning::__construct
Mysql_xdevapi
PHP Manual
Warning class
Introduction
Class synopsis
mysql_xdevapi\Warning
class
mysql_xdevapi\Warning
{
/* Properties */
public
$message
;
public
$level
;
public
$code
;
/* Constructor */
private
__construct
()
}
Properties
message
level
code
Table of Contents
Warning::__construct
— Warning constructor