ColumnResult::isNumberSigned

(No version information available, might only be in Git)

ColumnResult::isNumberSignedCheck if signed type

Descrierea

public mysql_xdevapi\ColumnResult::isNumberSigned ( void ) : integer

Retrieve a table's column information, and is instantiated by the RowResult::getColumns() method.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if a given column as a signed type.

Exemple

Example #1 mysql_xdevapi\ColumnResult::isNumberSigned() example

<?php

/* ... */

?>