PHP 8.1.28 Released!

ColumnResult::isNumberSigned

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

ColumnResult::isNumberSignedCheck if signed type

Description

public mysql_xdevapi\ColumnResult::isNumberSigned(): int

Retrieves a table's column information and is instantiated by the mysql_xdevapi\RowResult::getColumns() method.

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

true if a given column as a signed type.

Exemples

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

<?php

/* ... */

?>
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top