(No version information available, might only be in Git)
ColumnResult::isNumberSigned — Check if signed type
Retrieve a table's column information, and is instantiated by the RowResult::getColumns() method.
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
この関数にはパラメータはありません。
TRUE
if a given column as a signed type.
例1 mysql_xdevapi\ColumnResult::isNumberSigned() example
<?php
/* ... */
?>