(No version information available, might only be in Git)
ColumnResult::isNumberSigned — Check if signed type
Retrieves a table's column information and is instantiated by the mysql_xdevapi\RowResult::getColumns() method.
Esta função não está documentada; apenas a lista de argumentos está disponível.
Esta função não possui parâmetros.
true
if a given column as a signed type.
Exemplo #1 mysql_xdevapi\ColumnResult::isNumberSigned() example
<?php
/* ... */
?>