php8.5
Home/ Manual/ mysql_xdevapi / columnresult/ ColumnResult::isNumberSigned

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

/* ... */

?>

Source: reference/mysql_xdevapi/mysql_xdevapi/columnresult/isnumbersigned.xml · from the official PHP manual (php/doc-en)