Statement on glibc/iconv Vulnerability

ColumnResult::isNumberSigned

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

ColumnResult::isNumberSignedCheck if signed type

Descrizione

public mysql_xdevapi\ColumnResult::isNumberSigned(): int

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

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

true if a given column as a signed type.

Esempi

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

<?php

/* ... */

?>
add a note

User Contributed Notes

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