Spec-Zone .ru
спецификации, руководства, описания, API

22.9.3.13. The mysqli_warning class (mysqli_warning)

Copyright 1997-2012 the PHP Documentation Group.

Represents a MySQL warning.

 mysqli_warning {
mysqli_warningProperties public message ;
public sqlstate ;
public errno ;
Methods public mysqli_warning::__construct();
public void mysqli_warning::next();
}

message

Message string

sqlstate

SQL state

errno

Error number

22.9.3.13.1. mysqli_warning::__construct

Copyright 1997-2012 the PHP Documentation Group.

  • mysqli_warning::__construct

    The __construct purpose

Description

public mysqli_warning::__construct();

Warning

This function iscurrently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

22.9.3.13.2. mysqli_warning::next

Copyright 1997-2012 the PHP Documentation Group.

  • mysqli_warning::next

    The next purpose

Description

public void mysqli_warning::next();

Warning

This function iscurrently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values