ColumnResult::isNumberSigned
PHP function
Edit on GitHub ✎
Check if signed type
Description
mysql_xdevapi\ColumnResult::isNumberSigned(): int
Retrieves a table's column information and is instantiated by the mysql_xdevapi\RowResult::getColumns method.
Func
Parameters Parameters
Return Values
true if a given column has a signed type.
Examples
mysql_xdevapi\ColumnResult::isNumberSigned() example
php
<?php
/* ... */
?>